Sorin Dolha

Results 6 comments of Sorin Dolha

I've added a new SelectedItemContainerCornerRadius at MultiSelectComboBox component level - this should help customizing the control without redefining the container's template: PR #94.

Thanks for the follow-up. I think we'll need to check if other texts need properties as well, i.e. also in any other places not only on remove button (to avoid...

We've added SelectedItem dependency property that internally manages SelectedItems as well, for this purpose (PR #83). Hope it helps.

Hello. I cannot reproduce the issue, maybe it depends on some other configuration factors? I tested on the Example app, with default settings there, by entering in the filter: -...

I couldn't reproduced the issue, but here is an attempt to fix it with some defending programming checks: https://github.com/RWS/Multiselect-ComboBox/pull/103