a combobox per se only allows single selection as it displays the selected item in the textfield like box, when not expanded. However, to render its data the combobox uses ListView which is capable of multiselect. So if you have the selection logic on the listview rather than the combobox I guess this could be emulated. How would you want to display the (multiple) selected values when the box is collapsed?