Vuepic / vue-datepicker

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

No dp__date_hover on multi-calendars and multi-dates if one date is selected #777

Closed ludwig-loth closed 7 months ago

ludwig-loth commented 7 months ago

Describe the bug If you use the multi-calendar mode together with the multi-dates mode, it will not display a mouse hover on dates after you selected your first date. In other words: on default with no selected date, the dp__date_hover class is there dp__cell_inner dp__pointer dp--future dp__date_hover after selecting one date it disappears for every date DIV dp__cell_inner dp__pointer dp--future. I doubt that this is intentional.

To Reproduce Steps to reproduce the behavior:

  1. Create a Calendar with multi-calendar and multi-date mode
  2. Click on a random date to select it.
  3. hover over non-selected dates to see that there is no hover like before when you selected your first one

Expected behavior Date cells show the color that is defined on --dp-hover-color

Desktop & mobile (please complete the following information):