vuejs3-datepicker icon indicating copy to clipboard operation
vuejs3-datepicker copied to clipboard

format and typeable properties do not work together.

Open TomDeSmet opened this issue 7 months ago • 0 comments

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

TomDeSmet avatar Jul 24 '24 14:07 TomDeSmet