You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a input with type date with max attribute set to a date A.
If I now set a new max date B lower than the old date A to the date input I can now select a date higher than the new date B. But If I select a higher date as the new date B an error is displayed correctly.
Here is a jsfiddle: https://jsfiddle.net/2L86bue9/
My expectation is that if I set a new max date B, I can only select until that date B and not until date A. Provided date B is earlier than date A.
Is this my code or is this a general error?
The text was updated successfully, but these errors were encountered:
Hello,
I have a input with type date with max attribute set to a date A.
If I now set a new max date B lower than the old date A to the date input I can now select a date higher than the new date B. But If I select a higher date as the new date B an error is displayed correctly.
Here is a jsfiddle: https://jsfiddle.net/2L86bue9/
My expectation is that if I set a new max date B, I can only select until that date B and not until date A. Provided date B is earlier than date A.
Is this my code or is this a general error?
The text was updated successfully, but these errors were encountered: