dotnetprojects/WpfToolkit

AutoCompleteBox - SearchText does not clear if SelectedItem=null

djux66 opened this issue · 1 comments

SearchText property of AutoCompleteBox doesnt clear if I set SelectedItem == null.
Can you fix this?
Tried to bind Text to some property on ViewModel and then set that to string.Empty but it doesnt work.

No, it's not alawys the case that Text should be cleard if I clear the item. Maybe your binding was not TowWay?