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
The email validation passes when entered multiple email addresses in the form, like:
a@bc.de , f@gh.ij
Emails doesn't have to be "comma separated" in the example; you can enter multiple characters between emails and it will be still validated as a valid email address.
You can use @paulborza's JSfiddle from #3755 issue to test it.
Shouldn't it allow to enter only one valid email address?
The text was updated successfully, but these errors were encountered:
jlukic
changed the title
Incorrect email form validation when multiple emails entered
[Validation] Add 'emails' validation for comma separated
Mar 18, 2016
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
The email validation passes when entered multiple email addresses in the form, like:
Emails doesn't have to be "comma separated" in the example; you can enter multiple characters between emails and it will be still validated as a valid email address.
You can use @paulborza's JSfiddle from #3755 issue to test it.
Shouldn't it allow to enter only one valid email address?
The text was updated successfully, but these errors were encountered: