Properties
Optional changeOnSelect
changeOnSelect: boolean
Optional className
className: string
Optional disabled
disabled: boolean
Optional displayText
displayText: (value: Item[]) => React.ReactNode
Type declaration
-
- (value: Item[]): React.ReactNode
-
Parameters
Returns React.ReactNode
Optional expandTrigger
expandTrigger: "click" | "hover"
Optional loadMore
loadMore: (item: Item, stage: number) => Promise<Item[]>
Type declaration
-
- (item: Item, stage: number): Promise<Item[]>
-
Parameters
Returns Promise<Item[]>
Optional onChange
onChange: (value: Item[]) => void
Optional options
options: Item[]
Optional placeholder
placeholder: string
Optional popClassName
popClassName: string
Optional title
title: React.ReactNode[]
Optional type
type: "tabs" | "menu"