splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

Text field copying previous values when using retrofit to provide results #367

Closed dragossusi closed 5 years ago

dragossusi commented 5 years ago

For new 3.0.0-alpha when i use retrofit to populate adapter for autocomplete and i write something, the current text in edittext acts weird as i type: if i write message with keyboard it goes like m mme mmemes mmemesmess mmemesmessmessa mmemesmessmessamessag mmemesmessmessamessagmessage

mgod commented 5 years ago

Are you able to reproduce this with your device by installing the sample app from master? This is much more likely to be a keyboard/OS combination that enters input oddly than anything related to retrofit.

dragossusi commented 5 years ago

what i'm saying is that i repopulate the adapter on every textchange

mgod commented 5 years ago

I can't think of any reason repopulating the adapter in any way would cause trouble with the text input. I'm still pretty sure this is going to turn out to be a keyboard/OS issue rather than anything to do with retrofit, but I can't reproduce this issue myself. Can you point me to a code sample and some instructions on how to get this to happen?