disabled
boolean
false
error
boolean
false
variant
"outline" | "filled"
"outline"
label
string
""
placeholder
string
"Select"
helpText
string
""
icon
IconName
null
children
React.ReactNode
value
string
onValueChange
(value: string) => void
Use value
and onValueChange
props to control the selected text.
View code
Use label
, placeholder
, and helpText
props for additional information.
View code
Use error
and helpText
props for validating the entire group.
View code
Use children
prop to show a different label than the value.
View code