Skip to main content

ComboBoxFieldProps<T>

ComboBoxFieldProps<T> = Omit<ComboBoxProps<T>, "children" | "className"> & Pick<VirtualizerProps<ListLayoutOptions>, "layoutOptions"> & Pick<OptionsProps<T>, "children"> & RefAttributes<HTMLDivElement> & object

Type Declaration

classNames?

optional classNames: object

classNames.control?

optional control: string

classNames.description?

optional description: string

classNames.error?

optional error: FieldErrorProps["className"]

classNames.field?

optional field: ComboBoxProps<T>["className"]

classNames.input?

optional input: InputProps["className"]

classNames.label?

optional label: LabelProps["className"]

classNames.popover?

optional popover: PopoverProps["className"]

classNames.trigger?

optional trigger: ButtonProps["className"]

description?

optional description: string

errorMessage?

optional errorMessage: string

inputProps?

optional inputProps: Omit<InputProps, "className">

label?

optional label: string

size?

optional size: "small" | "medium"

Type Parameters

T

T extends OptionsDataItem