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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
move to WAI-ARIA's Collapsible Dropdown Listbox practice
only set `aria-checked` for selects with `multiple`
- manually remove `aria-checked` set by ngAria due to ngValue usage
apply `md-focused` class to the option with focus
implement `aria-activedescendant` and `aria-multiselectable`
improve `ng-multiple` implementation
- account for `multiple` attribute on `md-select-menu`
- put `aria-multiselectable` on the correct element
remove unused `deregisterCollectionWatch()`
fix overloaded variable names
Fixes#10748. Fixes#10967.
0 commit comments