Capture the Value Change Event in Form Fields

Canvas now will raise an event when the user is changing or entering the value in the fields. The implementation teams can listen to this event and perform necessary any action as required.

For example, in a cashback calculator app the calculated values will be auto-populated while providing data in the fields. Another example would be when the text case is changed from lowercase to uppercase as the text is being typed or selected in the field. This provision gives you additional flexibility in event configuration.

For more information on this feature, refer Capturing Value Change Event in Form Fields.