I want to create a multi-item selection drop-down in enaml.
ComboBox widget offers this but we can only select one item at a time. Same is the case with ObjectCombo widget (however slightly different in functionality from ComboBox).
Even something which closely replicates the end-functionality of being able to select multi items from a list, will be helpful, even if it's not a drop-down necessarily.
You can use the PopupMenu and make the actions checkable.
Like this: