Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Validation] Add 'emails' validation for comma separated #3833

Closed
witold-markowski-sentaca opened this issue Mar 15, 2016 · 3 comments
Closed

Comments

@witold-markowski-sentaca

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?

@jlukic
Copy link
Member

jlukic commented Mar 18, 2016

I think it makes sense to add another validation type emails for comma separated lists

@jlukic jlukic added this to the 2.2 milestone Mar 18, 2016
@jlukic jlukic changed the title Incorrect email form validation when multiple emails entered [Validation] Add 'emails' validation for comma separated Mar 18, 2016
@jlukic jlukic modified the milestones: 2.2, 2.2.x May 1, 2016
@stale
Copy link

stale bot commented Feb 24, 2018

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.

@stale stale bot added the stale label Feb 24, 2018
@stale stale bot closed this as completed Mar 26, 2018
@brunotourinho
Copy link

this would be a nice implementation. Any workaround? I'm interested in file types validation as well.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants