WPF-AutoComplete-TextBox icon indicating copy to clipboard operation
WPF-AutoComplete-TextBox copied to clipboard

keyboard selection vs mouse selection

Open julesx opened this issue 3 years ago • 1 comments

With a databound autocomplete

<autocompletetextbox:AutoCompleteTextBox SelectedItem="{Binding SelectedItem, Mode=TwoWay ... />

if you type some letters, then use your mouse to select an entry, SelectedItem is set once. if you type some letters, then use your arrow keys to navigate the suggestions popup and then pressing Enter OR Tab, SelectedItem is set twice

This causes some strange behavior when attempting to simultaneously bind to the Text property

julesx avatar Sep 16 '21 20:09 julesx

@julesx is this still happening?

quicoli avatar Jan 31 '22 22:01 quicoli