customAttributes | object | Custom attributes for the component. |
customClasses | object | Custom classes for the component. |
disabled | boolean | Whether the dropdown is disabled or not. |
hasSearch | boolean | Whether the dropdown has search or not. |
i18n | object | i18n strings. |
id | string | The ID of the dropdown. |
label | string | The label text. |
labelAttributes | object | Custom attributes for the label. |
labelClasses | string | Array | object | Custom classes for the label. |
listAttributes | object | Custom attributes for the list. |
listClasses | string | Array | object | Custom classes for the list. |
listItems | Array | The list items for the dropdown. |
multi | boolean | Whether the dropdown is a multi dropdown or not. |
onAfterClose | function | Callback for after the dropdown closes. |
onAfterOpen | function | Callback for after the dropdown opens. |
onClose | function | Callback for when the dropdown closes. |
onOpen | function | Callback for when the dropdown opens. |
popoverAttributes | object | Custom attributes for the popover. |
popoverClasses | string | Array | object | Custom classes for the popover. |
popoverMaxHeight | number | The maximum height of the popover. |
searchAttributes | object | Custom attributes for the search. |
searchClasses | string | Array | object | Custom classes for the search. |
selectedIcon | string | The icon for the selected state in multi dropdown. |
selectedIconPrefix | string | The prefix for the icon library to be used in multi dropdown. |
simplebar | boolean | Whether to use simplebar for the dropdown. |
size | string | The size of the dropdown, one of r , l , xl . |
spacing | string | number | Array | object | The spacing for the component, as a string, number, array, or object. |
triggerAttributes | object | Custom attributes for the trigger. |
triggerClasses | string | Array | object | Custom classes for the trigger. |
width | number | The width of the dropdown. |