TLUiSelectProps
Table of contents
interface TLUiSelectProps {}Properties
"aria-label"
optional
'aria-label'?: string"data-testid"
optional
'data-testid'?: stringchildren
children: React.ReactNodeclassName
optional
className?: stringdisabled
optional
disabled?: booleanid
id: stringvalue
value: stringMethods
onOpenChange
optional
Parameters
| Name | Description |
|---|---|
| |
Returns
voidonValueChange
Parameters
| Name | Description |
|---|---|
| |
Returns
voidPrev
TLUiSelectItemPropsNext
TLUiSelectTriggerProps