Basic Select
A standard single-value select with a placeholder.
Sizes
Use the size attribute to change the select's size.
Clearable
Add clearable to show a clear button when a value is selected.
Disabled
Add disabled to prevent interaction.
Disabled Options
Individual options can be disabled.
Multiple
Add multiple to allow selecting more than one option. Selected values are
shown as tags.
Pill
Use pill for fully rounded edges.
Help Text
Use help-text for additional context.
Change Events
The select emits t1-change when the value changes.