splitwise / TokenAutoComplete

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

Autocomplete view loses foces and performs completion on Android 8.1 #348

Closed lewiemortier closed 5 years ago

lewiemortier commented 6 years ago

Describing the issue

When the user starts typing, a list of autocomplete results is displayed under the EditText. The moment the user starts to type a single character that doesn't match a possible autocomplete result, the autocomplete results disappear. After the user taps yet another character, the performCompletion() method is called and focus goes to the next EditText.

Configuration

Extra information

Only reproducable so far on (don't have any more devices to test this on)

See this video for more details: https://streamable.com/a382k

mgod commented 5 years ago

I've significantly re-worked a lot of the completion code in 3.0.0. I'm not sure if it will resolve this issue, but please try it and let me know if it does.