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
When a date-input has a validation error, there is inconsistent behaviour when the field loses focus. If using tab to leave the field, the date & error are cleared:
However, if clicking elsewhere to leave the field, the date & error remain
Summary of the bug
When a date-input has a validation error, there is inconsistent behaviour when the field loses focus. If using tab to leave the field, the date & error are cleared:
However, if clicking elsewhere to leave the field, the date & error remain
🪜 How to reproduce
Tell us the steps to reproduce the problem:
Go to page: date-input disable past story
Enter a date in the past
use tab to tab over the clear input button & leave the field - the error & date are cleared
repeat, but click outside of field instead of using tab key - the error & date remain
🧐 Expected behaviour
Field should remain in error in all cases when blurred
The text was updated successfully, but these errors were encountered: