CruGlobal / conf-registration-web

Event Registration Tool
https://www.eventregistrationtool.com
MIT License
2 stars 1 forks source link

update-email-regex-to-allow-capital-letters #771

Closed TheNoodleMoose closed 2 years ago

TheNoodleMoose commented 2 years ago

The current implementation of the regex only allowed for lowercase letters in the email. This worked over in mpdx-react because the libraries we use(yup and formik), automatically lowercased the whole email upon validation/submission. This isn't necessarily an issue considering emails are not case sensitive, but from a user experience standpoint, we don't want to force lowercasing their whole email address.