Skip to main content

Select

The Select component allows users to choose one option from a dropdown list with support for form state management, actions, and validation feedback.

Props

Options Format

Options can be provided as an array of objects or a comma-separated string:

Examples

Basic Select

Simple String Options

With Default Value

With Descriptions

Required Field

With Error State

With Helper Text

Sizes

With Action on Change

Form State Management

When used with name prop, select updates form state:

Common Patterns

Filter Controls

Settings Form

Dependent Selects

Quick Selection