Clear validation on textInput when validation is not enabled
- by Jon
Hi,
I've created a custom textInput componenet that handles it's own validation using a private validator. The validation is enabled depending on the state of the component i.e. validation is enable when the components state is "edit".
However, when the state changes from edit the internal validator is set to not enabled but the validation…