You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may notice that if you change the date from the picker, the input changes, but if you change the input, the selector does not update. Works correctly without the multi-calendars property
Using the following options:
<Datepicker v-model="date" text-input :multi-calendars="true" :enable-time-picker="false" />
You may notice that if you change the date from the picker, the input changes, but if you change the input, the selector does not update. Works correctly without the
multi-calendars
propertyexample:
https://stackblitz.com/edit/vuepic-vue-datepicker-yxqezs?file=src%2Fcomponents%2FPlayground.vue
video:
https://github.com/Vuepic/vue-datepicker/assets/132702179/1ebd7539-cde4-45ad-bf6f-9762b38f79c2
The text was updated successfully, but these errors were encountered: