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
When using selectsMultiple along with showYearPicker, when I select various years they are not getting the selected class and therefore not able to style as selected.
These years are added to state and I see the dates in the input
But those year divs do not get the react-datepicker__year-text--selected classes so they remain unstyled.
(This may be issue with other show_Picker variations, but showYearPicker is what I've tested.
Expected behavior
I expect the selected class being applied.
Screenshots
Screen.Recording.2025-01-15.at.10.16.00.AM.mov
Desktop (please complete the following information):
OS: macOS
Browser: chrome
Version 131
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
selectsMultiple
along withshowYearPicker
, when I select various years they are not getting the selected class and therefore not able to style as selected.To Reproduce
react-datepicker__year-text--selected
classes so they remain unstyled.(This may be issue with other
show_Picker
variations, butshowYearPicker
is what I've tested.Expected behavior
I expect the selected class being applied.
Screenshots
Screen.Recording.2025-01-15.at.10.16.00.AM.mov
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: