nathanreyes / v-calendar

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

Wrong showing calendar pane when setting max date is the last day of the month on VDatePicker #1336

Open hoangnguyennn opened 1 year ago

hoangnguyennn commented 1 year ago

Package Versions Vue: 3.2.45 v-calendar: 3.0.3

Current Behavior When I set max-date by the last day of the month on the VDatePicker, the calendar pane will show the list of days of the next month.

Example: maxDate = new Date("2023/05/31") the pane will show the list of days in June

Expected Behavior Show the list of days of the current month

Reproduce https://codesandbox.io/s/kind-edison-be3zor

gatisr commented 2 months ago

looks like this is already fixed. I've tested with version 3.1.2 and now it shows may