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
When the select rich receives focus screen readers convey it is a combo box.
Actual Behavior
When the select rich receives focus screen readers convey it as a menu button with a submenu
Additional context
According to the documentation the select rich is based on the collapsible dropdown listbox . This pattern has been depracted in favour of the Select-only combobox pattern which has role combobox, mimicking the native select. This is also what I would expect as from a user perspective the select rich bahaves practically the same as a native select.
The text was updated successfully, but these errors were encountered:
Expected behavior
When the select rich receives focus screen readers convey it is a combo box.
Actual Behavior
When the select rich receives focus screen readers convey it as a menu button with a submenu
Additional context
According to the documentation the select rich is based on the collapsible dropdown listbox . This pattern has been depracted in favour of the Select-only combobox pattern which has role combobox, mimicking the native select. This is also what I would expect as from a user perspective the select rich bahaves practically the same as a native select.
The text was updated successfully, but these errors were encountered: