The select element is commonly used to gather user choices from the provided options available. This element is also a part of form-control.

Single Select

Get started with the single select element to choose one of some options available.

Select Sizes

There will always be size options. Because size matters. Append the form-control--{size} class to the form-control element.

Multiple Select

Apply the multiple attribute to the select element to let the user be able to select more than an option.

Disabled State

Follow this examples to apply the disabled option.