Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultiValueProps<Option, IsMulti, Group>

Type parameters

Hierarchy

Index

Properties

children: ReactNode
className?: string
components: MultiValueComponents<Option, IsMulti, Group>
cropWithEllipsis?: boolean
cx: CX
data: Option
getStyles: GetStyles<Option, IsMulti, Group>

Get the styles of a particular part of the select. Pass in the name of the property as the first argument, and the current props as the second argument. See the styles object for the properties available.

hasValue: boolean
index: number
innerProps: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>
isDisabled: boolean
isFocused: boolean
isMulti: boolean
isRtl: boolean
options: OptionsOrGroups<Option, Group>
removeProps: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>
selectProps: <internal>.Props<Option, IsMulti, Group>

Methods

  • clearValue(): void
  • selectOption(newValue: Option): void

Generated using TypeDoc