This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
input[type="date"] validity doesn't change when min/max change #6755
Closed
Description
While creating the jsfiddle example in my previous issue, I noticed that the validity of the date input doesn't get updated when the values of min/max change.
Might just need a fix similar to: #6369
Edit:
Though, the validity of the date input does get updated if you make a change to the input after min/max are changed.