blur
fires when a Timepicker control has lost focus
blur: (value: string | object) => void;
Parameters:
value: string | object
- the current value of the control
Example
form.getItem("timepicker").events.on("blur", (value) => {
console.log("blur", value);
});
Change log:
added in v7.2