Hi I have created a combo box with a checkbox renderer on each of its items. When I select an entry in the combobox, the box closes automatically.
I want to prevent his so that I can multiselect elements in the combobox. Is there a way to do this? Even if I extend the ComboBox and override its close method, the combobox still closes (and I realized that there is a private method in ComboBox.as called destroyDropdown() which gets called when the collection that the combobox holds changes. Thanks Ram -- View this message in context: http://www.nabble.com/Keep-combobox-open-to-allow-multiselect-tp17644507p17644507.html Sent from the FlexCoders mailing list archive at Nabble.com.

