The problem is the Calendar fallbacks to today's date when i select a date of another month(switches to current dates' month). Is this a bug? I tried removing all props one by one but issue still persists. How can i solve that?
That's the state of my Calendar component;
Code: Select all
<Calendar
id="freeSelect"
v-model="selectedDays"
selectionMode="multiple"
:manualInput="false"
autocomplete="off"
:showIcon="true"
:showTime="false"
:showSeconds="false"
dateFormat="dd.mm.yy"
:minDate="minStartDate"
placeholder="Select check time dates"
/>