-
Notifications
You must be signed in to change notification settings - Fork 369
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
add min and max for dateinputs #206
Comments
@JBusch I would not like to add these properties to Thanks for your ideas! |
well, do i read it false then? https://www.w3.org/TR/html51/sec-forms.html#date-state-typedate
|
@JBusch Oh, you're right. I originally thought that min and max attributes would only apply to input type number. Nevertheless you can already set |
well, those on the input model are numbers. we would need dates here though, right? |
@JBusch I'm not sure. Shouldn't it be |
Jap, valid date string is fine. i'll check it out. |
Yes, it already works just by setting the min attribute on the input model! |
well, min and max are only number right now, which throws an error:
|
A DynamicDatePickerModel would be really nice btw. Type "date" is so sad right now :( |
@JBusch types will be adjusted in the next patch version |
Wouldn't it be nice, if we could set min and max for date inputs? we could easily set them which would make a lot of validation obsolete imho.
The text was updated successfully, but these errors were encountered: