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
To reproduce the error, in DayPickerInput select any day and after change month or year by selecting it in captionElement - month and year will remain unchanged.
To reproduce the error, in DayPickerInput select any day and after change month or year by selecting it in captionElement - month and year will remain unchanged.
https://jsfiddle.net/pbsbyo72/2/
The problem is in getStateFromProps function:
const m = moment(props.value, props.format, true); if (m.isValid()) { month = m.toDate(); }
The text was updated successfully, but these errors were encountered: