We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If i set the date later than the current month, the calendar opens on the current month by default, not on the selected date's month.
The text was updated successfully, but these errors were encountered:
Can I see your code?
Sorry, something went wrong.
<calendar class="calendar" v-model="transfer.pickup.date" :lang="lang" :month-year-format="'MMMM YYYY'" :disable-days-before-today="true" :first-day-of-week="1" ></calendar>
Every function works well, except this.
Tested on my computer, no problem. Do you use the latest version?
No branches or pull requests
If i set the date later than the current month, the calendar opens on the current month by default, not on the selected date's month.
The text was updated successfully, but these errors were encountered: