shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
70 stars 42 forks source link

format and typeable properties do not work together. #94

Open TomDeSmet opened 3 months ago

TomDeSmet commented 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.

A related issue can be found in #59