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
#309 Add button role to select trigger. This results in a few a11y improvements:
Screen readers will better announce the menu button as actionable
Screen reader focus is correctly returned back to the menu button -- Select was
already returning focus to the menu button programatically, but
because the menu button only had tabindex it wasn't seen by screen
readers as an interactive element. Screen reader focus would be stuck
on the selected menu item instead of being returned to the button.