Hi!
I've a form with many controls (TextInputs, ...) to validate.
Everything works fine but I can't figure out, how to accomplish this:
I have, let's say, a TextInput, and the validation for this returns
false. The textinput gets a red border.
Now I want to have a possibility to disable the validator temporarliy.
So that the red border disappears until I'm re-enabling the validator.

How can I do this?
By setting Validator.enabled to false the red border (+ the error
message) still exists.

Thanks for any hints!

Fritz

Reply via email to