button of ui.multicombo, Properties Webix Docs
defines whether the "Select" button will be displayed in the options list
boolean button;
Example
webix.ui({
view:"multicombo",
button:true
});
button of ui.multicombo, Properties Webix Docs
defines whether the "Select" button will be displayed in the options list
boolean button;
webix.ui({
view:"multicombo",
button:true
});