
I noticed StaysOpenOnClick property which prevents the parent popup from closing. Unfortunately it doesn't seem to affect the drop down part of ribbon:ComboBox.
I'm trying to implement a multiselect ComboBox and I want its drop down part to stay open while the user clicks the checkboxes and only close it when the user clicks outside the ComboBox. Any suggestions how to implement it?