splitwise / TokenAutoComplete

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

Remove last token with `TokenDeleteStyle.Clear` #344

Closed NikolayKul closed 6 years ago

NikolayKul commented 6 years ago

From the docs:

TokenCompleteTextView.TokenDeleteStyle.Clear

This is the default. The most recently completed token will turn into the partial completion text it replaces, all other tokens will just disappear when deleted

How can remove the last token instead of replacing it with a completion text?

mgod commented 6 years ago

It is unfortunately not possible to control this. It's also an unreliable behavior as it depends on the underlying keyboard implementation.