digitalcampusframework / dcf

Digital Campus Framework
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

Search and multi-select #524

Open tommyneu opened 3 months ago

tommyneu commented 3 months ago

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/