I am using MVVMCross's wrapper around the Xamarin Android AutoCompleteTextView.
I use the PartialTextChanged changed event to signal that I need to call the ViewModel, from the View, to get some more suggestions.
This works fine up to the point the user selects an item from the list. After that point no changes to the text will cause the PartialTextChanged event to fire. It is as if filtering is turned off once a selection has been made.
There is a SetText method on the AutoCompleteTextView that seems to turn filtering onoff but I am unsure of the best way to use that.
The TextChangedEvent still fires on the control as does AfterTextChanged just not PartialTextChanged and it is that which drives the updates.
I have debugged through the MVVMCross source and cannot see a solution. Any have any ideas?
Where can I browse them mondroidxamarin android code?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…