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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When an email address is being entered into an input field with type set to email, the validation fails when the Top Level Domain is more than 4 chars long. It also removes the text altogether.
Although a TLD longer than 4 chars is not normal, there are a few and more in the near future. Case in point is 'MUSEUM', which is clearly longer than 4 chars.
I can understand why the text is removed, just as I enter text in an integer input field it's removed, but is not good user experience. If a type'o is made here, the user should be allowed to fix it not re-enter it.
When an email address is being entered into an input field with type set to email, the validation fails when the Top Level Domain is more than 4 chars long. It also removes the text altogether.
Although a TLD longer than 4 chars is not normal, there are a few and more in the near future. Case in point is 'MUSEUM', which is clearly longer than 4 chars.
I can understand why the text is removed, just as I enter text in an integer input field it's removed, but is not good user experience. If a type'o is made here, the user should be allowed to fix it not re-enter it.