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(dropdown) not accessible #176

Open
mousemke opened this issue Jun 14, 2018 · 1 comment
Open

bug(dropdown) not accessible #176

mousemke opened this issue Jun 14, 2018 · 1 comment

Comments

@mousemke
Copy link
Contributor

mousemke commented Jun 14, 2018

you cannot tab to any part of the dropdown
it should be able to be opened with enter and closed with enter (from the original spot) or possibly with escape from within the dropdown
the dropdown should be built around a native select box for device compatability

it should get css to represent these states, however that is second to actually being able to attain these states

img_3068

@fragsalat
Copy link
Contributor

You can navigate with arrow keys within the dropdown to select items. With enter you can submit. With escape you can close the dropdown. The trigger is missing keyboard events. As far as the dropdown can be managed by keyboard I would not build it on top of native selects.

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

No branches or pull requests

2 participants