-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
z.string().email() does not validate successfully where emails have single quotes in them #2888
Comments
Could we get the fix on this approved? |
Any update on this? This is causing problems for quite a few of our users. |
+1 — seeing legitimate email addresses from Google Workspaces get flagged erroneously. E.g. |
@colinhacks Could we please get an update on this? |
Is this issue still open? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
z.string().email()
fails validation when an email with a single quote ('
) is used.Example:
o'leary@example.com
This is allowed in RFFC 5332 as well.
The text was updated successfully, but these errors were encountered: