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

Widget of "large autocompletion list" : combine autocomplete and list #555

Open
tfrancart opened this issue Feb 1, 2024 · 0 comments
Open
Labels
kind: Enhancement 📈 New feature or request what: Widgets Related to component value selection widgets

Comments

@tfrancart
Copy link
Contributor

Sometimes the list of autocompletion proposals is too small. We want the user to be able to discover all possible values, showing only 10 is too restrictive.
This was pointed out in #518
We could enlarge the list of autocompletion proposals a little, but this will not solve the problem completely.

What we would like to do is to have a search field, that would return a long list of results, that can be scrolled in a dropdown. A combination of autocompletion and list widget.

Select2 supports this: https://select2.org/data-sources/ajax (which could make it work for both list and autocomplete widgets ?)

@tfrancart tfrancart added kind: Enhancement 📈 New feature or request what: Widgets Related to component value selection widgets labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: Enhancement 📈 New feature or request what: Widgets Related to component value selection widgets
Projects
None yet
Development

No branches or pull requests

1 participant