Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for multi-select, scrollable, List component for Bootstrap

I can't find a scrollable, multi-select List component for Bootstrap; anybody know of one?

Select2 components are great but I want the list expanded at first, not a dropdown.

Bonus if it works handily with Text input component for searching/filtering.

Thanks for any helpful tips!

like image 242
fumeng Avatar asked May 28 '13 19:05

fumeng


People also ask

Is Bootstrap multiselect free?

Multiselect V05 is a fantastic free Bootstrap snippet that helps you realize multi-selection on your application or website. It does not matter the main objective of the multi-select, you can comfortably and effectively utilize this one for everything.

How do I create a multi select checkbox dropdown with searching on a Web page?

Make sure there is a multiple attribute in the select tag. Download and add the jQuery JavaScript library to this page (required for the "plugin" in the link). Download and add the Chosen file from your link to your page after jQuery. Activate the plugin as described.

How do I add a scrollbar to a list?

Drag the list object into the block. Select the block and in the properties pane, select "Size and Overflow". In the "Size and Overflow" window, set the desired dimensions of the block. Select the "Always use scrollbars" radio button.


1 Answers

If you are looking for a 2 column select layout, check this out

If you are looking for a multiselect dropdown - Check here

like image 177
karthikr Avatar answered Sep 18 '22 00:09

karthikr