Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.48k stars 147 forks source link

Aria labels for short day names (mo, tu, we...) #749

Closed bapman81 closed 7 months ago

bapman81 commented 8 months ago

Not a specialist but I think it would be nicer for accessibility if the short day names (mo, tu, we...) in the calendar could have aria-labels with their full name (monday, tuesday, wednesday...).

Maybe this is already the purpose of the property day in aria-labels prop. If so, could you please indicate how to use it?

Jasenkoo commented 8 months ago

day is for calendar cells, it is a function with the {value} parameter, value property is the date in the cell.