Select
Select from the Base package.
Loading Select…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
radiusOptional | "theme" | "full" | "theme" |
accessibilityLabelOptional | string | — |
defaultOpenOptional | boolean | false |
defaultValueOptional | string | — |
disabledOptional | boolean | false |
fullWidthOptional | boolean | true |
onOpenChangeOptional | ((open: boolean) => void) | — |
onValueChangeOptional | ((value: string) => void) | — |
openOptional | boolean | — |
optionsRequired | SelectOption[] | — |
placeholderOptional | string | "Select an option" |
sizeOptional | "sm" | "md" | "lg" | "md" |
valueOptional | string | — |