Vuepic / vue-datepicker

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

Aria label customization for button "toggle overlay" #748

Closed bapman81 closed 7 months ago

bapman81 commented 8 months ago

I followed the documentation to customize aria-labels : https://vue3datepicker.com/props/localization/#aria-labels

However, if I try to set toggleOverlay to a different value, it does not work. It keeps "Toggle Overlay".

I think it is a bug because all the other values I tried to set are working well (prevMonth, nextMonth, openMonthsOverlay, openYearsOverlay)

I am using vue-datepicker 8.1.1.

image