Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Select component is not keyboard accessible when opened. #141

Open
arazni opened this issue Dec 31, 2024 · 0 comments
Open

[Bug]: Select component is not keyboard accessible when opened. #141

arazni opened this issue Dec 31, 2024 · 0 comments

Comments

@arazni
Copy link

arazni commented Dec 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants