mat-select-autocomplete icon indicating copy to clipboard operation
mat-select-autocomplete copied to clipboard

Hidden and disable options...

Open brunocicom opened this issue 4 years ago • 0 comments

Hi, I suggest add 'disabled' in option when turn off for better interaction with keyboard.

Example: <mat-option *ngFor="let item of dfselectbox.items;" [value]="item.value" [disabled] = "hideOption(item)" [style.display]="hideOption(item) ? 'none' : 'flex'"> {{ item.text }}

Tks for sharing...

brunocicom avatar Sep 24 '20 13:09 brunocicom