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

Replace easyautocomplete with Awesomeplete #536

Closed
tfrancart opened this issue Dec 13, 2023 · 0 comments
Closed

Replace easyautocomplete with Awesomeplete #536

tfrancart opened this issue Dec 13, 2023 · 0 comments
Labels
what: Widgets Related to component value selection widgets

Comments

@tfrancart
Copy link
Contributor

We are stuck with easyautocomplete because it does not provide a handle function to build the autocomplete list : either we pass it the full list of labels, or a URL, and it manages to call it. But since we now want to call multiple URLs to build the list, we need our custom function.
Plus easyautocomplete is not maintained anymore, and the website is broken.
Better move to Awesomeplete : https://projects.verou.me/awesomplete/, which does not depend on JQuery (and has much more Github stars BTW)

See https://projects.verou.me/awesomplete/#advanced-examples the example "Custom list example (based on user input)" : this is what we need to do.

@tfrancart tfrancart added the what: Widgets Related to component value selection widgets label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
what: Widgets Related to component value selection widgets
Projects
None yet
Development

No branches or pull requests

1 participant