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
When having typeable set to true and passing a different format as string, then clicking outside of the date picker, the selectedDate of the DateInput component is reset to undefined, allthough the Datepicker's value prop is still set correctly.
When having
typeable
set totrue
and passing a differentformat
asstring
, then clicking outside of the date picker, theselectedDate
of theDateInput
component is reset toundefined
, allthough theDatepicker
'svalue
prop is still set correctly.A related issue can be found in #59
The text was updated successfully, but these errors were encountered: