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

Can I remove validation when unfocus input and it's not required. #8

Open
d12e493 opened this issue Nov 24, 2019 · 0 comments
Open

Comments

@d12e493
Copy link

d12e493 commented Nov 24, 2019

If I use the TextInput and set the validation is email.
When the page render, and user key in wrong word on the email component.
The validation is work and show the error message.
But if user clean the input field, the error message is still display.

The input is not required, any solution that I can do to avoid still display error message ?
Or I can call any method to reset specific input field status.

Thanks.

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

1 participant