fish-ui icon indicating copy to clipboard operation
fish-ui copied to clipboard

Accessibility for selects, dropdowns, switch etc

Open MartinMuzatko opened this issue 5 years ago • 3 comments
trafficstars

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.

MartinMuzatko avatar Dec 01 '19 13:12 MartinMuzatko

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

wysisoft avatar Jan 18 '20 03:01 wysisoft

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

MartinMuzatko avatar Jan 19 '20 08:01 MartinMuzatko

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.

juanri0s avatar Apr 15 '20 02:04 juanri0s