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
Often times one allows a user to enter multiple emails separated by a comma or newline. It would be nice if this library supported validating these. Currently doing this by hand with ValidatesEmailFormatOf.validate_email_format.
The text was updated successfully, but these errors were encountered:
My instinct would be to create a manual validation instead, letting you split on whatever characters your application needs and handling duplication etc... Even more so considering the application will need to split and iterate on the emails anyways.
Often times one allows a user to enter multiple emails separated by a comma or newline. It would be nice if this library supported validating these. Currently doing this by hand with
ValidatesEmailFormatOf.validate_email_format
.The text was updated successfully, but these errors were encountered: