-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get token you are writing #6
Comments
Hi Fabio, thank you for using the library and creating the issue. Right now, using |
I fetch the users list from remote service that filters the list by name, eg: "/users?query="Ale" or "/users?query="Alexander". Thanks for your time! |
Got it, thanks for the details.
Are you sure about this? We might consider adding a listener callback to notify of "partial matches" but unfortunately it's not in the plans for the time being. |
I have successfully added textWatcher, I can make API call and add list into adapter, I wouldn't able to find the limiting character. I want to pop up list only when I type @ with only three char. Currently when I type @ with two char, it is popping up. |
though I am late but you can change this value in xml android:completionThreshold="1" |
How to get the token you are writing, so that you can make a remote call with that token?
I tried to add textWatcher to MultiAutoComplete EditText, but this way TokenChangedListener doesn't work
The text was updated successfully, but these errors were encountered: