You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
I can't find in the current documentation how can I set the autocomplete array dynamically from, for instance, an AJAX call to a backend service.
I need to provide a narrowed down list of possibilities since the amount of possible tags is about 10K! can't load that every time on the UI. Also I might need to show only 10-15 possible tags if the search on the server retrieves more than that to make the UI not show 100's of texts in the dropdown.
Is there some sample code on how to do this?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
The main problem of this solution when you want to use value/label pairs as token. You'll get a value list if you fill the field with a separator separated value list. How to sole this?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can't find in the current documentation how can I set the autocomplete array dynamically from, for instance, an AJAX call to a backend service.
I need to provide a narrowed down list of possibilities since the amount of possible tags is about 10K! can't load that every time on the UI. Also I might need to show only 10-15 possible tags if the search on the server retrieves more than that to make the UI not show 100's of texts in the dropdown.
Is there some sample code on how to do this?
Thanks a lot.
The text was updated successfully, but these errors were encountered: