-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Description
ListBox has SelectionMode property, which can be set to Multiple or Extended. ComboBox shared the CanSelectMultiple property, which is set to false initially. Setting it to true would require:
- the popup to stay open,
- each ComboBoxItem to be rendered as CheckBox to be checked and unchecked,
- to render also a three state CheckBox in the closed DropDown in order to select / unselect all.
It might make sense to make ComboBox inherit MultiSelector.
I could also implement the feature, if I get some guidance (e.g. on which branch to implement).
alraseensaad
Metadata
Metadata
Assignees
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions