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
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.
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
up
/down
/enter
and any letter key (a,b,c,d,...) to search and highlight itemsspace
to change valueIt 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.
The text was updated successfully, but these errors were encountered: