Back to Snippets

Multi Select Dropdown JS

A dropdown that lets people choose several options instead of one, with the picks shown as removable chips.

It enhances an ordinary select element carrying the multiple attribute, so the form submits exactly as it would without the script. If the JavaScript fails to load, visitors get the browser's native multiple select rather than a broken control.

Typing in the search box filters the list. Select all applies to whatever is visible at that moment rather than the full list, which matters once a filter is active.

3,060
#multi select
#dropdown
#select
#js
#html
#css