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
I am using the datepicker to select a date from which our UI will show x days from that day and back in time. For this we want the datepicker to preview this period when you hover a date. I see there is a onDayMouseEnter prop, but I see no coresponding prop for when the mouse leaves a day.
Is there any other way of implementing my feature with the current api? If not, a simple fix would be to create a onDayMouseLeave prop using the native onMouseLeave prop. I can contribute this feature myself if this is something which should be added.
The text was updated successfully, but these errors were encountered:
I am using the datepicker to select a date from which our UI will show x days from that day and back in time. For this we want the datepicker to preview this period when you hover a date. I see there is a onDayMouseEnter prop, but I see no coresponding prop for when the mouse leaves a day.
Is there any other way of implementing my feature with the current api? If not, a simple fix would be to create a onDayMouseLeave prop using the native onMouseLeave prop. I can contribute this feature myself if this is something which should be added.
The text was updated successfully, but these errors were encountered: