RWS / Multiselect-ComboBox

The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.
Apache License 2.0
182 stars 55 forks source link

When IsEditable and EnableFiltering are false the TextBox's caret and MultiSelectComboBox.SelectedItemsPanel.Readonly.Glyph.Template are visible #68

Closed caiaandrei closed 1 year ago

caiaandrei commented 2 years ago

When IsEditable and EnableFiltering are false I think the control should act like a normal Combobox.

sdolhaor commented 2 years ago

Addressing this with PR #75