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
You have start date 1st march, and end date 31st march set.
Open the start picker and hover over a date in the middle, and you get the --in-selecting-range styling for the dates after the one you are hovering on (as expected)
Open the end picker and hover over a date in the middle, and you do not get the --in-selecting-range styling. You should get that class on the dates before the one you are hovering on - as you did in version 8.2.1
Expected behavior
I expect the --in-selecting-range class to be added to all dates between the start date and the date I am hovering on in the end picker
This should happen if I am hovering before the end date, or after it (if the end date is earlier in the month)
Screenshots
As described above, start and end dates set to start and end of march..
Hovering in start picker shows --in-selecting-range styling
Hovering in end picker does not show --in-selecting-range styling (i'm hovering on a date in the middle here)
Desktop (please complete the following information):
OS: MacOS 15.3.2
Browser: Chrome
Version: 135
Other comments
The linked issue has not been fixed correctly - I believe the issue was if you had start date set to 1st March, end date sent to 15th March then navigated to April, with no hovering it would have --in-selecting-range class on all dates up to 15th APRIL - I can see this happening on 8.2.1 and not happening on 8.3.0.
It is adding the --keyboard-selected class to the 15th April, then the 15th May etc as you move forward each month - I assume this part is desired behaviour (eg you can navigate forward a month and hit enter, you get the same day in the new month that was selected in the previous month)
The text was updated successfully, but these errors were encountered:
Describe the bug
See issue: #5502
and PR: #5503
This has broken the
--in-selecting-range
styling for endDate pickers when hovering on a date when startDate and endDate are already set.To Reproduce
Copied from linked issue:
--in-selecting-range
styling for the dates after the one you are hovering on (as expected)--in-selecting-range
styling. You should get that class on the dates before the one you are hovering on - as you did in version 8.2.1Expected behavior
I expect the
--in-selecting-range
class to be added to all dates between the start date and the date I am hovering on in the end pickerThis should happen if I am hovering before the end date, or after it (if the end date is earlier in the month)
Screenshots
As described above, start and end dates set to start and end of march..
--in-selecting-range
styling--in-selecting-range
styling (i'm hovering on a date in the middle here)Desktop (please complete the following information):
Other comments
The linked issue has not been fixed correctly - I believe the issue was if you had start date set to 1st March, end date sent to 15th March then navigated to April, with no hovering it would have
--in-selecting-range
class on all dates up to 15th APRIL - I can see this happening on 8.2.1 and not happening on 8.3.0.It is adding the
--keyboard-selected
class to the 15th April, then the 15th May etc as you move forward each month - I assume this part is desired behaviour (eg you can navigate forward a month and hit enter, you get the same day in the new month that was selected in the previous month)The text was updated successfully, but these errors were encountered: