Skip to content
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

Dynamically add suggestions #255

Closed
wanaclem opened this issue Sep 15, 2016 · 1 comment
Closed

Dynamically add suggestions #255

wanaclem opened this issue Sep 15, 2016 · 1 comment

Comments

@wanaclem
Copy link

wanaclem commented Sep 15, 2016

Nice work dude,So the issue is this instead of adding suggestions before hand I want to pull out suggestions from a remote database as the user starts typing...I tried implementing addTextChangeListener but its not working as expected for me...Please help.Thanks..I appreciate...

@mgod
Copy link
Contributor

mgod commented Sep 15, 2016

You have to build your own adapter if you want to be able to add suggestions on the fly, you can't use the FilteredArrayAdapter (see #74 and #93 for some more details). I'm not really sure how to do this myself.

@mgod mgod closed this as completed Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants