blur
fires when Combobox has lost focus
blur: () => void;
Example
combobox.events.on("blur", function() {
console.log("the focus is off the element");
});
Related sample: Combobox. Events
Change log:
added in v7.2
fires when Combobox has lost focus
blur: () => void;
Example
combobox.events.on("blur", function() {
console.log("the focus is off the element");
});
Related sample: Combobox. Events
added in v7.2