MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add control for selecting multiple items from a combo box

jamesmcroft opened this issue · comments

Is your feature request related to a problem? Please describe.

The out-of-the-box ComboBox experience in UWP does not support selecting multiple items from the list.

Describe the solution you'd like

A control that allows a ComboBox like experience with the ability to select multiple items. The experience should provide like-for-like functionality to the out-of-the-box ComboBox to not confuse users. This includes interactions with the keyboard & mouse as well as touch.

Describe alternatives you've considered

There are no good alternatives to be considered.

Additional context

No additional context.