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
This request could be done with additional regex in the email validator. The current regex validates that the domain contains only A-Z, 0-9, . and - characters, but doesn't check for hyphens as the first/last character or for consecutive hyphens, both of which would be invalid domains.
However, maybe this was a conscious decision, as validating emails can be a slippery slope.
simple-react-validator
accepts this email id pattern [email protected] as a valid one, but actually, it is wrong.Could you please fix this?
The text was updated successfully, but these errors were encountered: