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
After updating react-day-picker from v. 6.2.1 to 7.0.7 I noticed that when I open the overlay (e.g., current value of DayPickerInput is 15th of March), change month (e.g., to August) and close it without selecting a day and then open it again, it shows me the previous month (August), but not month of current value in DayPickerInput (March).
After updating react-day-picker from v. 6.2.1 to 7.0.7 I noticed that when I open the overlay (e.g., current value of DayPickerInput is 15th of March), change month (e.g., to August) and close it without selecting a day and then open it again, it shows me the previous month (August), but not month of current value in DayPickerInput (March).
You can see this behavior in the docs (http://react-day-picker.js.org/examples/input-custom-overlay)
In the previous version (6.2.1) after closing the overlay and opening it again it showed the current month (March).
Is there a way to reset the month after closing the overlay without changing the day?
The text was updated successfully, but these errors were encountered: