Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-calendars previous months are disappeared on refresh #1081

Open
qxygene1 opened this issue Feb 17, 2025 · 0 comments
Open

multi-calendars previous months are disappeared on refresh #1081

qxygene1 opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@qxygene1
Copy link

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]
@qxygene1 qxygene1 added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Feb 17, 2025
@Jasenkoo Jasenkoo removed the awaiting triage The issue is not reviewed by the maintainers label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants