icehaunter / vue3-datepicker

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

accessibility - can't keyboard navigate with tab and arrow keys to choose a date #119

Open Wavez opened 7 months ago

Wavez commented 7 months ago

Can't navigate with tab and arrow keys to choose a date, no tab indexes on the component. It seems that the default behaviour you get from the browser implementation of the native input="date" is overridden and accessibility or keyboard navigation isn't supported