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>
Not showing any mat-options. No error in console. In console debugging on the mat-select, mat-options disappear after below statement execution:
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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…