dotnetprojects/WpfToolkit

AutoCompleteBox - Events not firing when nested in a ListView

Saliom opened this issue · 1 comments

With the very same inputs, you can get a different result if you nest it inside a ListView (and bind correctly). More infos and used code to produce the bug here :

https://stackoverflow.com/questions/63524395/wpftoolkit-autocompletebox-not-binding-correctly-inside-listview/63527734

Happens, because ValueMemberPath is set after SelectedItem.
I've created a fix for it