Html – How to hide selected option from options list while using mat-select
I am using newest version mat-select v 16. When a particular option is selected and we click the select drop-down the selected option shouldn't show in options list. This is what I am using in html. <mat-form-field> <mat-select formControlName="value" selected="option1">…