Open TomDeSmet opened 3 months ago
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.
typeable
true
format
string
selectedDate
DateInput
undefined
Datepicker
value
A related issue can be found in #59
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