You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since v8.3.0 (I think due to 3ce0e0a) if you use the multi-dates mode then it's no longer possible, after selecting a date, there is no class that identifies the start or end of the date range to have custom styles for hovering.
In v8.3.0, after selecting a day then:
Class .dp__date_hover is added on all enabled days.
Class .dp__date_hover_start is added on all days disabled and less than the selected date.
Class .dp__date_hover_end is added on all days disabled and higher than the selected date.
In v8.2.0, after selecting a day then:
Class .dp__date_hover_start was added on all days less than the selected date.
Class .dp__date_hover_end was added on all days higher than the selected date.
Describe the bug
Since
v8.3.0
(I think due to 3ce0e0a) if you use the multi-dates mode then it's no longer possible, after selecting a date, there is no class that identifies the start or end of the date range to have custom styles for hovering.In v8.3.0, after selecting a day then:
.dp__date_hover
is added on all enabled days..dp__date_hover_start
is added on all days disabled and less than the selected date..dp__date_hover_end
is added on all days disabled and higher than the selected date.In v8.2.0, after selecting a day then:
.dp__date_hover_start
was added on all days less than the selected date..dp__date_hover_end
was added on all days higher than the selected date.To Reproduce
Steps to reproduce the behavior:
[email protected]
Expected behavior
The expected behavior would be the same of the v8.2.0
.dp__date_hover_start
will be added on all days less than the selected date..dp__date_hover_end
will be added to every day after the selected date.Screenshots
v8.3.0
v8.2.0
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: