Dropdown

Position

JavaScript Options

Option Value Default Description
toggle String, Boolean '- *' CSS selector for the element to be used as toggle. By default, the preceding element is used.
pos String 'bottom-left' Dropdown position.
mode hover | click click,hover Comma separated list of dropdown trigger behaviour modes.
delay-show Number 0 Delay time in hover mode before a Dropdown is shown in ms.
delay-hide Number 800 Delay time in hover mode before a Dropdown is hidden in ms.
boundary CSS selector true The area that the element will be checked for overflow, causing the Drop to flip. By default, it's the scrolling containers of the Drop's element.
boundary-align Boolean false Align Drop to boundary.
flip false|true|'x'|'y' true Automatic Dropdown flip.
offset Number 0 The offset of the Dropdown container.
animation String false The space separated names of animations to use.
duration Number 200 The animation duration.
container Boolean false Define a target container via a selector to specify where the drop should be appended in the DOM.