nathanreyes / v-calendar

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

Manual input dropped with version 3.1.1 #1387

Closed mbrodala closed 11 months ago

mbrodala commented 11 months ago

A date value can be entered manually in an input element provided with the default slot. With version 3.1.1 of this package that input is dropped immediately when leaving the field (Tab/blur by click anywhere else):

| image | image |

(Using locale: 'de' here

The very odd thing: it works for some dates. E.g. given today's date is 2023-10-09, it works for -10, -11 and -12:

image

But not for any date after that. For the working dates also the marker for the current date appears in the calendar. For broken dates this does not happen.

Unfortunately there are no errors in the browser console.

nathanreyes commented 11 months ago

This should be fixed as of 3.1.2. Thanks for reporting.

mbrodala commented 11 months ago

Yup, that did the trick, thanks a lot!