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

Search and multi-select #524

Open
tommyneu opened this issue Mar 25, 2024 · 0 comments
Open

Search and multi-select #524

tommyneu opened this issue Mar 25, 2024 · 0 comments

Comments

@tommyneu
Copy link
Contributor

This component would wrap around the native select drop down but include upgraded functionality for a better user experience.

The select would be transformed into a search box and a list of selected items. You could then search the select's options for a particular one and select it. This would than append that item to the list.

Using javascript we could then equate that data to a select where you are selecting multiple options. This would also be the idealized markup in HTML.

Examples of this being used would be something like Select 2 from jquery https://select2.org/

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