align | string | The alignment of the droplist, one of left or right. |
closeOnClick | boolean | Whether to close the droplist when an item is clicked. |
customAttributes | object | The custom attributes for the droplist. |
customClasses | string | Array | object | The custom classes for the droplist. |
droplistAttributes | object | The droplist attributes. |
id | string | The id of the droplist. |
listItems | Array | The list items for the droplist. |
onAfterClose | function | The callback function to run after the droplist closes. |
onAfterOpen | function | The callback function to run after the droplist opens. |
onClose | function | The callback function to run when the droplist closes. |
onOpen | function | The callback function to run when the droplist opens. |
openOnHover | boolean | Whether to open sublists on hover. Does not work when stackNestedGroups is true. |
stackNestedGroups | boolean | Whether to stack nested groups. |
triggerAttributes | object | The trigger attributes for the droplist. |
width | number | The width of the droplist. |