icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Make datepicker accessible #91

Open nosvalds opened 2 years ago

nosvalds commented 2 years ago

Using the https://wave.webaim.org/ tool, I get a number of "Empty button" errors with the datepicker. There are probably other improvements that can be made as well with aria attributes and the like.

image

It would be awesome if accessibility features were built into this datepicker. Here are some good examples of how to do this: https://www.webaxe.org/accessible-date-pickers/

Gyurmatag commented 2 years ago

Completely agree with this feature request! When this will happen?

icehaunter commented 1 year ago

Yeah, I agree that would be good, however I'm not an active user of the datepicker anymore, so I am very unlikely to implement it myself. Contributions welcome!