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 has been archived by the owner on Sep 5, 2024. It is now read-only.
Because of the way mdSelect dynamically binds aria-labelledby to the <md-select-label>, when an option is selected by the user or programmatically by default, there is no descriptive label telling a screen reader user what the select is for. See the "select label test" portion of this demo: http://codepen.io/marcysutton/full/ZYqjPj/
In VoiceOver, the native select is announced as "Animal Muppets pop-up button", combining the first option and the label of the component. The mdSelect component should announce something similar.
The text was updated successfully, but these errors were encountered:
Because of the way
mdSelect
dynamically bindsaria-labelledby
to the<md-select-label>
, when an option is selected by the user or programmatically by default, there is no descriptive label telling a screen reader user what the select is for. See the "select label test" portion of this demo: http://codepen.io/marcysutton/full/ZYqjPj/In VoiceOver, the native select is announced as "Animal Muppets pop-up button", combining the first option and the label of the component. The mdSelect component should announce something similar.
The text was updated successfully, but these errors were encountered: