multiselect in combobox

how to implement multiselect with dhtmlcombo?


dhtmlxCombo doesn’t support multiselection.


There is “checkbox” option type. It allows to select multiple items by checkdoxes:


dhtmlx.com/docs/products/dht … tions.html


var checked_arr = combo.getChecked();

Thanks alex,

this a solution.