DotNetKit.Wpf.AutoCompleteComboBox icon indicating copy to clipboard operation
DotNetKit.Wpf.AutoCompleteComboBox copied to clipboard

ComboBox with filtering (auto-complete) for WPF

Results 11 DotNetKit.Wpf.AutoCompleteComboBox issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to have the drop down always shown? It only shows when the box is not blank. Is there also a way to reject any input...

Hi, is there any changes to sign assembly with strong name? :)

Hello, I am using this control well. Have you ever wanted to change the MaxSuggestionCount inside AutoCompleteComboBoxSetting, is there a way? If yes, I would appreciate it if you could...

One asked me to do that. Is just changing `.net45` to `.net40` enough?

when I type a word the dropdown will show the items matched.And I can select one by Up and Down in keyboards,the edittextbox will changed base on my selection, and...

https://github.com/vain0x/DotNetKit.Wpf.AutoCompleteComboBox/blob/39e1f0e2bfbf1f5dbc1bac1e5cf87e2f4d8a728d/DotNetKit.Wpf.AutoCompleteComboBox/Windows/Controls/AutoCompleteComboBox.xaml.cs#L173 `text` gets filled by resolving `DisplayMemberPath` and `TextFromItem(SelectedItem)` gets filled by resolving `TextSearch.TextPath`. If these properties aren't set to the same/equivalent properties `SelectedItem` gets unset immediatly after selection. I...

Is there any way to take multiple selection with this control?

question

Would be nice to have a setting to only select on pressing Enter, currently, when you press up/down arrows it changes the selection.

enhancement

**vain0**, thank you for this piece of code. ComboBox is brilliant and perfectly works out-of-box. I offer to improve suggestions orger. For example: Text input: `it` Current result: ``` git...

enhancement
help wanted

The PR #28 caused a regression when using a CollectionView, when the CollectionView is bound the SelectionItem is reset. There is two cases to consider : - There is an...