react-bootstrap4-form-validation icon indicating copy to clipboard operation
react-bootstrap4-form-validation copied to clipboard

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

Open d12e493 opened this issue 5 years ago • 0 comments

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.

d12e493 avatar Nov 24 '19 01:11 d12e493