vain0x / DotNetKit.Wpf.AutoCompleteComboBox

ComboBox with filtering (auto-complete) for WPF
MIT License
71 stars 26 forks source link

up&down issue #17

Closed NeverMorewd closed 1 year ago

NeverMorewd commented 3 years ago

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 it keep all the text selected.There‘s no problem by now. However,if I press a new key in keyboards at this time.the edittextbox and the dropdownlist will be changed correspondingly.But I cannot select the item in the dropdown list by Up and Down.unless empty the edittextbox

NeverMorewd commented 3 years ago

Very grateful for your sharing.Your awesome code help me a lot!!

NeverMorewd commented 3 years ago

I may solve this problem by adding a line: IsDropDownOpen = false in AutoCompleteComboBox.cs under line 182. The reason seems that the DropdownList need get the focus again

vain0x commented 3 years ago

Thanks and sorry for late response.

I tried in the demo app but I couldn't observe the problem... (at current master 39e1f0e) I would be glad if reproduction code is given.

combobox-screenshot

vain0x commented 1 year ago

Closing since not reproduced. Feel free to reopen if someone want discuss about this.