| ((textValue: string, inputValue: string) => boolean) | — |
| "key" | "text" | 'key' |
| boolean | — |
| string | — |
| string | — |
| ((e: FocusEvent<HTMLInputElement, Element>) => void) | — |
| ((e: FocusEvent<HTMLInputElement, Element>) => void) | — |
| ((e: KeyboardEvent) => void) | — |
| ((e: KeyboardEvent) => void) | — |
| boolean | — |
| boolean | — |
| ((isFocused: boolean) => void) | — |
| Iterable<Key> | — |
| Iterable<T> | — |
| boolean | — |
| boolean | — |
| boolean | — |
| ((value: ComboBoxValidationValue) => true | ValidationError | null) | — |
| boolean | — |
| ((key: Key | null) => void) | — |
| Key | null | — |
| Key | — |
| Iterable<T> | — |
| ((isOpen: boolean, menuTrigger?: MenuTriggerAction) => void) | — |
| string | — |
| string | — |
| ((value: string) => void) | — |
| boolean | — |
| MenuTriggerAction | 'input' |
| "native" | "aria" | 'native' |
| ReactNode | ((values: ComboBoxRenderProps & { defaultChildren: ReactNode; }) => ReactNode) | — |
| string | ((values: ComboBoxRenderProps & { defaultClassName: string; }) => string) | — |
| CSSProperties | ((values: ComboBoxRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties) | — |
| string | null | — |
| ((props: ListBoxRenderProps) => ReactNode) | — |
ref
| ForwardedRef<HTMLDivElement> | — |
showCheckmarkOnSelected
| boolean | — |