vuejs3-datepicker
vuejs3-datepicker copied to clipboard
format and typeable properties do not work together.
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.
A related issue can be found in #59