Skip to content
New issue

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

How to supress error messages from TYPE_EMAIL and TYPE_PASSWORD until input finished being entered? #10

Closed
JesseRMeyer opened this issue Dec 20, 2018 · 1 comment

Comments

@JesseRMeyer
Copy link

The default behavior is to inform the user that their inputs are invalid as soon as they begin entering their information. This means that every user will see that their email address is not valid until they have almost finished typing it all in. This is inappropriate -- the error should only show when they have finished imputing their information.

So can this default behavior be changed? Or how can I suppress the messages until I deem it is necessary?

@danvick
Copy link
Collaborator

danvick commented Dec 21, 2018

You could remove autovalidate parameter for FormBuilder or alternatively set it to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants