Can I somehow turn off field validation (validation is done by my own js)?
I have a checkbox which, if I choose, I do not want to validate this field.
I can include checking that checkbox in the js validation.
But that validation is not performed when the checkbox is changed.
How to force js field validation when changing another field?
I have a checkbox which, if I choose, I do not want to validate this field.
I can include checking that checkbox in the js validation.
But that validation is not performed when the checkbox is changed.
How to force js field validation when changing another field?