on-change
Optional
Default: unset
Triggered when: Specific per component. Please see the table below.
Event parameters:
$value
or$object
- The current bound valueoldValue
- The current bound value before the changenewValue
- The current bound value after the change
Return value: Specific per component (based on field type). Please see the table below.
on-change
is an event that calls a JS/TS $:function
or navigation. See more details:
Component-specific details
Example:
Last updated