Select displays multiple options for a user to pick from in a dropdown menu. User selects one option.
| Name | Type | Description | Default | Values |
|---|---|---|---|---|
| title | String |
Sets label title for dropdown | ||
| options | (String, String) |
Displays the list of dropdown options | ||
| style | Variant |
Options for the state of dropdown | .default |
default disabled error |
| selectedOption | String |
Changes selected value when new value is selected | ||
| selected | String |
Changes the value of the option selected in dropdown |