Validations

0
How do we implement client side validation or any logic we want to run at client side?
asked
1 answers
1

Currently the only validations you can do client side is isrequired. You can set this option on your input widget.  If you want more logic such as, x is required if condition y is met, you need to script this in a custom widget.

answered