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(material/core): allow keyboard navigation to disabled options (#26745)
Allow keyboard navigation to disabled options of Select and Autocomplete
component. Align with WAI ARIA instructions for list options from
[Developing a Keyboard
Interface](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/).
Fix accessibility issues where some screen readers are not able to navigate
to disabled options.
The user can focus disabled options using keyboard, but the user cannot
click disabled options.
0 commit comments