splitwise / TokenAutoComplete

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

tokenLimit is not publically readable #414

Open scottyab opened 3 years ago

scottyab commented 3 years ago

setTokenLimit(tokenLimit) is pretty handy when I need to have a token field limited however it would be useful to query what the current tokenLimit however currently there's no way to get at that. Super minor issue but I'd find it useful.

Thank for the library BTW and the maintenance 👏