Currently in vFlow, events are triggered only when the field is valid.
For instance, when the user configures an input field with min length validation of 6, the event is triggered only after the user enters the 6th character.
How to trigger the event even when the user enters characters upto 6?
19 Likes
To run events on invalid fields, follow the below steps:
- Navigate to the Components tab, add/edit a Fieldset component.
- Go to the Properties section and check the ‘Run As Invalid’ checkbox.
- Set validations and bind events to be performed.
- This functionality works on elements such as Text, Number, Textarea, Checkbox, Select, Multiselect, Email, Password, Date, Time.
20 Likes