Variable ComboboxDefinitionConst
ComboboxDefinition: {
classNames: { popover: "bui-ComboboxPopover"; root: "bui-Combobox" };
propDefs: {
className: {};
description: {};
icon: {};
isRequired: {};
label: {};
options: {};
placeholder: {};
secondaryLabel: {};
size: { dataAttribute: true; default: "small" };
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { popover: "bui-ComboboxPopover"; root: "bui-Combobox" }
ReadonlypropDefs: {
className: {};
description: {};
icon: {};
isRequired: {};
label: {};
options: {};
placeholder: {};
secondaryLabel: {};
size: { dataAttribute: true; default: "small" };
}
styles: { readonly [key: string]: string }
Component definition for Combobox