splitwise / TokenAutoComplete

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

How can I modify this lib to work with any words, not only emails #410

Closed danieltigse closed 3 years ago

danieltigse commented 3 years ago

For some reason, only when you have the @ character the separator , works and creates the token.

Example:

  1. write hello
  2. write ,
  3. nothing happens

In the other hand:

  1. write hello@something.com
  2. write ,
  3. boom! token is created
danieltigse commented 3 years ago

I figured it out