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
Currently, if a dropdown element is focused, the escape key opens and closes the list. It should only close it, as accessibility best practices would suggest.
I'd suggest space key to open and escape key to close.
Currently, if a dropdown element is focused, the
escapekey opens and closes the list. It should only close it, as accessibility best practices would suggest.I'd suggest
spacekey to open andescapekey to close.