TLUiSelectProps

See source code
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

NameDescription

isOpen

boolean

Returns

void

onValueChange

Parameters

NameDescription

value

string

Returns

void

Prev
TLUiSelectItemProps
Next
TLUiSelectTriggerProps