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
Hi when i put a year range it is ignore. What am i doing wrong ?
<ui-datepicker name="birthdate" label="Geburtsdatum" placeholder="Bitte wählen Sie ihre Geburtsdatum" v-model="customer.birthdate" :year-range="[2018]" class="m-4" ></ui-datepicker>
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Just checked and this is a bug: the yearRange prop is not being passed from UiDatepicker to the UiCalendar sub component.
yearRange
Sorry, something went wrong.
Fixed in v1.2.0
No branches or pull requests
Hi when i put a year range it is ignore. What am i doing wrong ?
<ui-datepicker name="birthdate" label="Geburtsdatum" placeholder="Bitte wählen Sie ihre Geburtsdatum" v-model="customer.birthdate" :year-range="[2018]" class="m-4" ></ui-datepicker>
The text was updated successfully, but these errors were encountered: