microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
804 stars 50 forks source link

Add AutoCompleteBox #185

Open weitzhandler opened 7 years ago

weitzhandler commented 7 years ago

AutoCompleteBox is a very elementary control, supported natively in any platform. It should covered by the XAML standard.

birbilis commented 7 years ago

Also related to Combobox when that has AutoComplete option (see my comment at https://github.com/Microsoft/xaml-standard/issues/123)

you can have inline autocomplete, or dropdown to pick from and pick only from predefined options or also remember ones you add etc.