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.
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.