multiselection
Optional. Enables selection of multiple options in ComboBox
multiselection?: boolean;
Default value: false
Example
const combo = new dhx.Combobox("combo_container", {
multiselection:true
});
Optional. Enables selection of multiple options in ComboBox
Default value: false
Example
const combo = new dhx.Combobox("combo_container", {
multiselection:true
});