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