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

After setting 'setSource', list is showing new and old items. #79

Open
gchervet opened this issue Oct 25, 2017 · 0 comments
Open

After setting 'setSource', list is showing new and old items. #79

gchervet opened this issue Oct 25, 2017 · 0 comments

Comments

@gchervet
Copy link

gchervet commented Oct 25, 2017

I set up my autocomplete object like this

$(function () { $("#myCombo").autocomplete({ source: ["gordon","cole"] }); });

And then, I give it this new source

$(function () { $("#myCombo").autocomplete('setSource', ["dale","cooper"] }); });

Im REALLY sure it's a problem of mine but let me know what am I doing wrong

and thanks!

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

1 participant