-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
<VueDatePicker
v-model="formStore.dates"
:range="{ minRange: 3 }"
auto-apply
inline
:multi-calendars="9"
:enable-time-picker="false"
:month-change-on-scroll="false"
hide-offset-dates
:transitions="false"
:min-date="dayjs().format()"
:config="{ noSwipe: true }"
>
<template #month-year="{ month, year, months }">
{{ months[month].text }} {{ year }}
</template>
</VueDatePicker>
To Reproduce
after selecting dates in september previous months are disappeared on refresh, calendar starts from september.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop & mobile (please complete the following information):
- Browser [e.g. chrome, safari]
- Library version [e.g. 3.0.0]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working