settings

Select

bookmark

Select allows user input through specified options. Make sure you wrap it in a .input-fieldfor proper alignment with other text fields. Remember that this is a jQuery plugin so make sure you initialize this in your document ready.

Basic
Multiple Select

You can add the property multipleto get the multiple select and select several options.

Optgroups Select

We also support optgroups in our selects.

Browser Default Select

You can add the class browser-defaultto get the browser default.

Images in select

You can add icons to your options in any type of select. In the option you add the image source with the data-iconattribute.

Disabled Styles

You can also add disabledto the select element to make the whole thing disabled. Or if you add disabledto the options, the individual options will be unselectable.