All Data entered by an end-user is submitted to the Verj.io Runtime Environment when the end-user clicks on a button in the browser. Corresponding
Fields are then updated with this data and the On-Click event of the Control representing the button is triggered.
Sometimes however, you want to know about the data the end-user has provided immediately so you can act on it.
For example, you may wish to show or hide additional options when the end-user checks a checkbox, or to update a password-strength indicator.
Enabling a
Field Control's Immediate Validation property allows you to add scripts to its On Change event.
When an end-user now changes data in the Field Control's corresponding input box, the Field Control's Validation event is triggered. Once scripts associated with this event have executed successfully, the Field Control's On Change event is triggered.