The props object.
Represents the properties for the ComboField component.
Optionaldescription?: stringRetrieves the "description" property
Optionaldisabled?: booleanRepresents the "disabled" property of a field.
OptionalfreeSolo?: booleanRepresents the freeSolo property of an object.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidThis variable represents a reference to a group within a field's data payload.
It is an optional property and is of type PickProp<IField<Data, Payload>, 'groupRef'>.
OptionalitemList?: Represents a list of items from a specific field's data payload.
OptionallabelShrink?: booleanRepresents the property labelShrink which is an optional pick property of type PickProp<IField<Data>, "labelShrink">.
OptionalnoDeselect?: booleanSpecifies whether the field should allow deselection.
Optionaloutlined?: booleanType outlined defenition
Optionalplaceholder?: stringRepresents the placeholder property of a field.
Optionalreadonly?: booleanRetrieves the "readonly" property from a given object of type IField<Data, Payload>.
Optionaltitle?: stringRetrieves the "title" property for a field
Optionaltr?: Represents an optional property "tr" of type PickProp<IField<Data, Payload>, "tr">.
Optionalvalidation?: IValidationValidation factory config
OptionalvirtualListBox?: booleanRepresents a virtual list box configuration.
OptionalwatchItemList?: booleanRepresents the watch item list for a specific field.
Represents the private interface for the ComboField class.
The ComboField component.
ComboField component.