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
See https://www.w3.org/TR/2010/WD-html5-20101019/common-input-element-attributes.html#attr-input-max and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#Setting_maximum_and_minimum_dates The "min" and "max" attributes should restrict the date range in the date picker.
The text was updated successfully, but these errors were encountered:
This is a relatively common use case for date inputs, +1
Sorry, something went wrong.
do you happen to know how good the browser support is?
Pretty good, aside from Safari: https://caniuse.com/#feat=input-datetime
Ah, I did not read the footnote in the way that everything but Safari supports min/max. But I see now how you can read it like that. Thanks.
No branches or pull requests
See https://www.w3.org/TR/2010/WD-html5-20101019/common-input-element-attributes.html#attr-input-max and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#Setting_maximum_and_minimum_dates
The "min" and "max" attributes should restrict the date range in the date picker.
The text was updated successfully, but these errors were encountered: