clearHighlightValue
clearHighlightValue: VoidFunction
clearValue
clearValue: (value?: string) => void
collection
collection: ListCollection<T> disabled
disabled: boolean
getClearTriggerProps
getClearTriggerProps: () => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getContentProps
getContentProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getControlProps
getControlProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getInputProps: () => WithoutRef<
DetailedHTMLProps<
InputHTMLAttributes<HTMLInputElement>,
HTMLInputElement,
>,
>
getItemGroupLabelProps
getItemGroupLabelProps: (
props: ItemGroupLabelProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getItemGroupProps
getItemGroupProps: (
props: ItemGroupProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getItemIndicatorProps
getItemIndicatorProps: (
props: ItemProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getItemProps
getItemProps: (props: ItemProps) => WithoutRef<HTMLAttributes<HTMLElement>>
getItemState
getItemState: (props: ItemProps) => ItemState
getItemTextProps
getItemTextProps: (props: ItemProps) => WithoutRef<HTMLAttributes<HTMLElement>>
getLabelProps
getLabelProps: () => WithoutRef<
DetailedHTMLProps<
LabelHTMLAttributes<HTMLLabelElement>,
HTMLLabelElement,
>,
>
getListProps
getListProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getPositionerProps
getPositionerProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getRootProps
getRootProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getTriggerProps
getTriggerProps: (
props?: TriggerProps,
) => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
hasSelectedItems
hasSelectedItems: boolean
highlightedItem
highlightedItem: T | null highlightedValue
highlightedValue: string | null
multiple
multiple: boolean
reposition
reposition: (options?: Partial<PositioningOptions>) => void
selectValue
selectValue: (value: string) => void
setHighlightValue
setHighlightValue: (value: string) => void
setInputValue: (value: string, reason?: InputValueChangeReason) => void
setOpen
setOpen: (open: boolean, reason?: OpenChangeReason) => void
setValue
setValue: (value: string[]) => void
syncSelectedItems
syncSelectedItems: VoidFunction
valueAsString
valueAsString: string
Function to clear the highlighted value