splitwise / TokenAutoComplete

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

Unselect token from list but it added token when press space keyboard #409

Closed sopharasum closed 3 years ago

sopharasum commented 3 years ago

Whenever you typing with @a and hit the space keyboard, it will create a token. How to prevent that ?

mgod commented 3 years ago

This sounds like the right behavior if you're tokenizing handles starting with @. I'd need to understand your use case and how you've configured the view to be more helpful.