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

Accessibility for selects, dropdowns, switch etc #46

Open
MartinMuzatko opened this issue Dec 1, 2019 · 3 comments
Open

Accessibility for selects, dropdowns, switch etc #46

MartinMuzatko opened this issue Dec 1, 2019 · 3 comments
Labels

Comments

@MartinMuzatko
Copy link

Currently, the elements are not able to be focused, toggled or changed with the keyboard.

All events should be able to be focused using tab

  • selects,dropdowns should support up/down/enter and any letter key (a,b,c,d,...) to search and highlight items
  • switches should support space to change value

It might be helpful to use a component such as vue-global-events.

Otherwise this lib looks promising. Minimalistic but I am missing a few essential accessibility features.

@wysisoft
Copy link

ya i like the ui but keyboard is critical, compare your stuff to vuetifykeyboard access

@MartinMuzatko
Copy link
Author

Btw, this is not a question, this is a feature request.

@juanri0s
Copy link

juanri0s commented Apr 15, 2020

Yeah this might be the only thing hurting the library right now. Definitely think accessibility needs attention across all elements. I can't tab onto a button, even with hacks.

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

No branches or pull requests

4 participants