change
fires on changing the value of a control
change: (value: object[]) => void;
Parameters:
value: array
- the current value of the control
Example
form.getItem("simplevault").events.on("change", function(value) {
console.log("change", value);
});
Change log:
added in v7.0