Bootstrap dropdown select is a form control that, after a click displays a collapsable list of multiple values which can be used in forms, menus or surveys.

Detailed documentation and more examples you can find in our Bootstrap Select Docs


Default select

Custom select menus need only a custom class, .custom-select to trigger the custom styles. Custom styles are limited to the select’s initial appearance and cannot modify the option's due to browser limitations.

Material select MDB Pro component

Material Select requires an initialization. You have to add the .materialSelect() js code to the select element.