TLUiSelectProps
Table of contents
interface TLUiSelectProps {}Properties
"aria-label"
optional
"aria-label"?: string;"data-testid"
optional
"data-testid"?: string;children
children: React.ReactNode;className
optional
className?: string;disabled
optional
disabled?: boolean;id
id: string;value
value: string;Methods
onOpenChange
optional
Parameters
| Name | Description |
|---|---|
| |
Returns
void;onValueChange
Parameters
| Name | Description |
|---|---|
| |
Returns
void;Prev
TLUiSelectItemPropsNext
TLUiSelectTriggerProps