Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
497 views
in Technique[技术] by (71.8m points)

angular - mat-select options get hidden on click

I am struggling an issue with Mat-Select of Angular Material. I've options in mat-select control, but not showing up.

 <mat-form-field appearance="fill">
   <mat-label>Roles</mat-label>
      <mat-select [formControl]="Toppings" multiple>                  
         <mat-option> Extra Cheese </mat-option>
         <mat-option> No Cheese </mat-option>
      </mat-select>
 </mat-form-field>

enter image description here

Not showing any mat-options. No error in console. In console debugging on the mat-select, mat-options disappear after below statement execution:

enter image description here

Please advice, bundle of thanks.

PS: My project is Angular 10, holding both Kendo UI and Angular Material.

question from:https://stackoverflow.com/questions/65947633/mat-select-options-get-hidden-on-click

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...