Set
eventsFires when the set method is invoked.
The
setevent is raised before the field value is updated. Calling thegetmethod from the event handler will return the old value. Callinge.preventDefaultwill prevent the update of the field and thechangeevent will not be triggered.
Event Data
e.field String
The name of the field which is retrieved.
e.value Number|String|Data|Object
The new value.
e.preventDefault Function
A function which may prevent the update of the value. Can be used to perform validation.