splitwise / TokenAutoComplete

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

Cursor bug when pressed delete button #401

Open hearsilent opened 4 years ago

hearsilent commented 4 years ago

ezgif-7-a01270f3720f

mgod commented 4 years ago

It looks like the problem is that we're detecting the space after the token as part of the token. I think we can probably look into fixing this for 4.0, but we'll need to be careful not to break the more common use case of building a list of emails or phone numbers.