Closed cookieMonsterDev closed 6 months ago
The yup.string().email() works via regex but is does not cover cases like:
This PR resolves this issue.
Thanks for the PR but the current behavior is intentionally matching browser spec for email validation. You can read more about the reasons and justifications in the b1 issue and other issues
The yup.string().email() works via regex but is does not cover cases like:
This PR resolves this issue.