splitwise / TokenAutoComplete

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

How to stop the afterTextChanged() method when token is added and runs again when any character from softkeyboard is pressed #152

Closed himanshu1706 closed 9 years ago

himanshu1706 commented 9 years ago

Hello, Thanks for awesome library. I am working on an app and I want a feture like that when a token added or removed from textfield text change listener methods will not work but when a character is added change listener methods will work. Can you please guide me achieve this.

Thanks

mgod commented 9 years ago

This is probably nearly impossible. Can you tell me why you want to disable this?