News

With this MDN Playground (and this JSBin), I can confirm that min / max on an <input type="date"> don't prevent dates outside of that range from being selected in Safari iOS 18.4, Safari iOS 11, and ...
text input min date max date Currently, if the user enters a date that is outside the constraints of min/max, the input simply resets back to its previously valid value. Even though the user wouldn't ...