Hey,
Is there any key for selectBox layer which works the same way as onDatePicked for datePicker layer?
selectBox
onDatePicked
datePicker
Thank you in advance.
Hello,
all form layers can have actions in their onChanged parameter. These actions will be performt whenever the layer form value changes and the new value will be available in the action params under the key value.
form
onChanged
value
Regards