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
min and max are non-nullable and have default values. Changing this would require a textbox for setting the year.
min
max
min defaults to The start of the year - 20 years and max defaults to The end of today:
The start of the year - 20 years
The end of today
date-picker-svelte/src/lib/DatePicker.svelte
Lines 39 to 42 in 1912846
The text was updated successfully, but these errors were encountered:
From @3nematix in #41:
Another bug is that you can't even select any year before 2003 this works like a min date
296bb81deea1ba52149042a4328e15e8.mp4
It's not a bug, but agreed that it's not ideal for many use cases
Sorry, something went wrong.
Any updates on this?
No sorry, I don't expect to be implementing new features anytime soon unless there's a PR or someone becomes a GitHub sponsor
No branches or pull requests
min
andmax
are non-nullable and have default values. Changing this would require a textbox for setting the year.min
defaults toThe start of the year - 20 years
andmax
defaults toThe end of today
:date-picker-svelte/src/lib/DatePicker.svelte
Lines 39 to 42 in 1912846
The text was updated successfully, but these errors were encountered: