question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Email validation is not proper

See original GitHub issue

This name@com should throw an error.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
titibcommented, Jan 5, 2022

@simonplend Yes, to solve the issue, I used ajv-formats.

1reaction
titibcommented, Dec 13, 2021

I found the solution : use the last beta version as mentioned in the issue #58

Read more comments on GitHub >

github_iconTop Results From Across the Web

Your E-Mail Validation Logic is Wrong - netmeister.org
Your E-Mail Validation Logic is Wrong ; 1. Email addresses can contain multiple '@'s. ; 2. Bang paths may be accepted. ; 3....
Read more >
6 mistakes you're probably making with email validation - Loqate
Mistake 1 - Making people enter their address twice · Mistake 2 - Not using inline validation · Mistake 3 - Being too...
Read more >
Validating email addresses - The complete HTML5 tutorial
Using HTML5 the semantically correct way of validating email addresses is to set the type attribute to email, type="email"; Not all browsers look...
Read more >
Email validation function not working properly with form button
I am looking to take the input (all coding needs to be done in JS) for email and validate. If the email is...
Read more >
The Email validation is not working correct !!! #28316 - GitHub
In previous versions of Laravel, I remember only emails like name@domain.com will pass the Validation. Now emails like name@domain are valid ?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found