splitwise / TokenAutoComplete

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

create tag with multiple words in one tag. #402

Closed kaushal2406 closed 4 years ago

kaushal2406 commented 4 years ago

I want to tag with more than one word. i am looking for solution having multiple words in one tag . can any one help to find this type of solution . and i do not want to include seprater token character in tag . like remove "#" , "@" from token tag displayed text.

mgod commented 4 years ago

You should be able to have multiple words in a tag. You can either not use " " as a token terminator or build your own Tokenizer class. A custom Tokenizer will also let you modify the contents of the token when it is detected.