Vuepic / vue-datepicker

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

Month picker showLastInRange does not work #875

Closed romakoch closed 2 months ago

romakoch commented 2 months ago

When selecting a date range from May 2024 to May 2025, the display incorrectly shows May 2025 to a different end date, rather than the specified May 2024 to May 2025 image image

Steps to Reproduce:

  1. Open the date range selection interface.
  2. Select the start date as May 2024.
  3. Select the end date as May 2025.
  4. Observe the displayed date range.

Expected Result: The displayed date range should be May 2024 - May 2025.

Actual Result: The displayed date range incorrectly shows May 2025 - unspecified end date

Using latest version.

Code: image