Bootstrap Select jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 5 support.
For full documentation please check the plugin's documentation.
Usage
Bootstrap Select's CSS and JS bundles are separate from our global bundle and required to be included and initialized manually on related pages.
Add data-live-search="true" HTML attribute to enable search to Bootstrap Select. For more examples, please refer to the official documentation.
<select class="selectpicker" data-live-search="true">
<option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
<option data-tokens="mustard">Burger, Shake and a Smile</option>
<option data-tokens="frosting">Sugar, Spice and all things nice</option>
</select>