ComboBoxFieldProps<T>
ComboBoxFieldProps<
T> =Omit<ComboBoxProps<T>,"children"|"className"> &Pick<VirtualizerProps<ListLayoutOptions>,"layoutOptions"> &Pick<OptionsProps<T>,"children"> &RefAttributes<HTMLDivElement> &object
Type Declaration
classNames?
optionalclassNames:object
classNames.control?
optionalcontrol:string
classNames.description?
optionaldescription:string
classNames.error?
optionalerror:FieldErrorProps["className"]
classNames.field?
optionalfield:ComboBoxProps<T>["className"]
classNames.input?
optionalinput:InputProps["className"]
classNames.label?
optionallabel:LabelProps["className"]
classNames.popover?
optionalpopover:PopoverProps["className"]
classNames.trigger?
optionaltrigger:ButtonProps["className"]
description?
optionaldescription:string
errorMessage?
optionalerrorMessage:string
inputProps?
optionalinputProps:Omit<InputProps,"className">
label?
optionallabel:string
size?
optionalsize:"small"|"medium"
Type Parameters
T
T extends OptionsDataItem