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

how to add autocomplete of typeahead with tagsinput #388

Open
visualo opened this issue Apr 12, 2020 · 0 comments
Open

how to add autocomplete of typeahead with tagsinput #388

visualo opened this issue Apr 12, 2020 · 0 comments

Comments

@visualo
Copy link

visualo commented Apr 12, 2020

tagsinput works fine with static data, e.g
source: ["Alabama","Alaska","Arizona","Arkansas","California"],
but when I add autocomplete from typeahead, e.g
source: function (query, process) {
return $.get(URL,{ query: query },function (data) {
return process(data);
});
I get the data from the server, but typeahead does not generate the response in the submenu!

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