Components.DropdownMenu public

Component for the dropdown menu.

See Components.Dropdown for examples.

_element null | HTMLElement private

_renderInPlace boolean private

align string public

Alignment of the menu, either "left" or "right"

destinationElement object private

The wormhole destinationElement

direction string private

dividerComponent {String} private

itemComponent {String} private

linkToComponent {String} private

renderInPlace boolean public

By default, the menu is rendered in the same place as the dropdown. If you experience clipping issues, you can set this to false to render the menu in a wormhole at the top of the DOM.