Material Design 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
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
requires an initialization. You have to add the
.materialSelect()
js code to the
select
element.