nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

DatePicker with firstDayOfWeek does not focus on the set date. #1395

Open knagyorg opened 8 months ago

knagyorg commented 8 months ago

Hello, If I have a weekly view and I set firstDayOfWeek to 4, focusDate will set the weekly view incorrectly in some cases. Below is a working example where the default date is 2023-10-18 and the focusDate function is called in onMounted, but the weekly calendar displays the range 2023-10-11 - 2023-10-17 and so the selected date is outside the displayed range. Example URL: https://playcode.io/1626690 Thanks for the advice