button of ui.multicombo, Properties Webix Docs

StartAPI Referenceui.multicomboProperties

defines whether the "Select" button will be displayed in the options list

boolean button;

Example

webix.ui({
    view:"multicombo", 
    button:true
});

Back to top