We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library don't work with email validation.
public function rules(): array { return = [ 'email' => 'required|string|max:255|email:rfc,dns' ]; }
example@example
Proper working JS validatior with email:dns valiadtion.
email:dns
JS validator pass incorrect data.
The text was updated successfully, but these errors were encountered:
Thanks for the full report, very helpful.
This is a duplicate of #476
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
Library don't work with email validation.
Your environment
Steps to reproduce
example@example
(without Top-Level Domain - TLD)And JS validation pass that input, fortunately Laravel not!
Expected behaviour
Proper working JS validatior with
email:dns
valiadtion.Actual behaviour
JS validator pass incorrect data.
The text was updated successfully, but these errors were encountered: