You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(selection-list): do not allow toggling disabled options (#12617)
* fix(selection-list): do not allow toggling disabled options
* Currently due to a misplaced `disabled` check in the selection list, users can toggle the state of a disabled `<mat-option>` by using the keyboard.
Fixes#12608
* Rename function
0 commit comments