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 opening the select, it has behavior similar to the popover like #139. The keyboard can open it by navigating onto it with the tab key and hitting space, but it cannot reach the child items. This makes it incredibly difficult to use for anyone relying on key navigation, which also makes it difficult to discover to the screen reader.
Tab onto your select button and use space to open it.
You cannot shift-tab or tab into the popover, or use any up or down keys to reach its elements.
Expected behavior
The select list should be able to be used by keyboard only.
Notes
Related: there is a bit of confusion through the screen reader as well, since this is a "button". This may make it unclear that it should be used to make a selection.
The text was updated successfully, but these errors were encountered:
LumexUI Version
v1.0.0
Description
When opening the select, it has behavior similar to the popover like #139. The keyboard can open it by navigating onto it with the tab key and hitting space, but it cannot reach the child items. This makes it incredibly difficult to use for anyone relying on key navigation, which also makes it difficult to discover to the screen reader.
Steps to reproduce
Visit your docs.
Tab onto your select button and use space to open it.
You cannot shift-tab or tab into the popover, or use any up or down keys to reach its elements.
Expected behavior
The select list should be able to be used by keyboard only.
Notes
Related: there is a bit of confusion through the screen reader as well, since this is a "button". This may make it unclear that it should be used to make a selection.
The text was updated successfully, but these errors were encountered: