Skip to content

multi-calendars previous months are disappeared on refresh #1081

@qxygene1

Description

@qxygene1

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions