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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently, min accepts int and max accepts string. I think they should have the same type which is string.
int
string
This is a valid syntax: <input type="date" name="bday" min="2000-01-02">
<input type="date" name="bday" min="2000-01-02">
@chenglou I can send a quick PR to fix the type of min to string if you want. Could you confirm on this?
The text was updated successfully, but these errors were encountered:
Sure! Thanks.
Sorry, something went wrong.
Any news on this issue ? Had the same problem with date inputs.
For the sake of cleaning up the repo (and given how old this issue is) I'm going to close this out.
Please re-open if this is still relevant. Thanks!
No branches or pull requests
Currently, min accepts
int
and max acceptsstring
. I think they should have the same type which isstring
.This is a valid syntax:
<input type="date" name="bday" min="2000-01-02">
@chenglou I can send a quick PR to fix the type of min to string if you want. Could you confirm on this?
The text was updated successfully, but these errors were encountered: