You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: