splitwise / TokenAutoComplete

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

Comma separator not working? #368

Closed emitchel closed 5 years ago

emitchel commented 5 years ago

Not seeing separator/delimiters between tokens when not selected on Android 9.0.0, I use setSplitChar(',') but it doesn't seem to be showing. Is there a delimiter color that I'm missing?

Update: I realized splitChar is for finishing the token, and there is no functionality for delimiters. Not super crucial