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.
As mentioned in #10342 (comment), the current md-select-header demo is not accessible and will lead developers to implement inaccessible select search boxes in their apps.
What is the expected behavior?
All of the demos should be using accessibility best practices and be considered 'accessible'.
What is the current behavior?
Currently the demo just sticks an input in the md-select-header. While that input has a placeholder, it lacks a number of the accessibility features of md-input. There may also be some accessibility issues in the general interaction with the component and initial focus state as described in #9146.