Skip to main content

Select

An input component that allows the user to select an option from a predefined dropdown list. Ideal for choosing from multiple values.

Basic Usage

<select class="select">
<option value="1">Mario Bross</option>
<option value="2">Luigi Bross</option>
<option value="3">Koopa Troopa</option>
<option value="4">Donkey Kong</option>
</select>

Multiple

If you want the user to be able to select multiple options, use the multiple attribute.

Disabled

Field

Use the Field component to compose a select with a label, help text, and error message.

tip

For more information, visit the field documentation.

Debe seleccionar por lo menos un personaje

Colors

is-valid

Debe seleccionar por lo menos un personaje

is-invalid

Debe seleccionar por lo menos un personaje