Vuepic / vue-datepicker

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

The display may be strange when autoRange and multi-calendars are set #909

Closed uchksh closed 2 months ago

uchksh commented 3 months ago

Describe the bug When using multi-calendar, the display of the next month is strange.

To Reproduce

  1. Set autoRange and multi-calendars as in the sample code below.
    • <VueDatePicker :range="{ autoRange: 5 }" multi-calendars />
  2. Select a period in the calendar on the left.
  3. Click the start date of the selected period again.
  4. The calendar on the right will display strangely.

Expected behavior I expected that the calendar on the right will not change even if you perform the above operations.

Screenshots image

Desktop & mobile (please complete the following information):