TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

Needs small Accessibility improvements #34

Open ibdf opened 4 years ago

ibdf commented 4 years ago

A couple of adjustments could be made to improve accessibility (a11y):

  1. The search input in the dropdown needs to have a label and or aria tags (even if not visible)
  2. The dropdown header (sm-header) should probably not be an H3, best to use a class instead, since modifying the template is not an option for that item. Have an H3 causes conflicts with the rest of the document hierarchy.

I am using the WAVE tool for A11Y https://wave.webaim.org/

TerryZ commented 4 years ago

Thanks for suggestions, i will modify as much as possible.