AngularJS Email Validation Fails -


you can test original address: https://docs.angularjs.org/api/ng/input/input%5bemail%5d

it fails when remove dot. how can add requirements?

the perceived problem lies in fact email without dot legal. bob@localhost valid email address. until rfc spec changes require dot, choices apply validation client side via regex or handle server side. see post lengthier explanation.

using regular expression validate email address


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -