button

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

boolean button;

Example

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

Back to top