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
In case someone else stumbles on this bug, I realized that if you set the minDate option using a moment (and probably also a Date object), you need to ensure the hour, minute, second and millisecond values are zero. Otherwise, the widget throws an error ("cannot read property 'format' of undefined") when the minDate value is selected
The text was updated successfully, but these errors were encountered:
In case someone else stumbles on this bug, I realized that if you set the minDate option using a moment (and probably also a Date object), you need to ensure the hour, minute, second and millisecond values are zero. Otherwise, the widget throws an error ("cannot read property 'format' of undefined") when the minDate value is selected
The text was updated successfully, but these errors were encountered: