nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

Date Picker cannot update value after incorrectly formatted input in range mode - v3 #1412

Open dploc96 opened 7 months ago

dploc96 commented 7 months ago

Version: v3.1.2

After I entered an invalid string into the date picker in range mode. The picker will no longer update the value even when picking or inputting. I noticed at this time the Picker returns the Invalid Date value instead of null like in single mode.