Closed
Description
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
property
example:
https://stackblitz.com/edit/vuepic-vue-datepicker-yxqezs?file=src%2Fcomponents%2FPlayground.vue