Pop-up Menu

Content Type: Widget
Categories: Data

Overview

Create popup menus that can be opened by clicking or hovering. Display basic menu items or create your own custom ones.

Documentation

Please see Pop-Up Menu in the Mendix documentation for details.

Releases

Version: 4.3.0
Framework Version: 9.24.0
Release Notes: ### Fixed

- We fixed an issue where the "Close on" option for the Hover trigger was not working. The menu will now correctly stay open until you click outside when "Click outside" is selected, or close when you hover away when "Hover leave" is selected.

- We fixed an issue where nested popup menus (a popup menu inside another popup menu's content) would close unexpectedly when hovering between parent and child menus.
Version: 4.2.0
Framework Version: 9.24.0
Release Notes: ### Added

- We added a "Close on" option for the Click trigger, letting you choose whether the menu closes when you click anywhere on the page or only when you click outside the menu.
Version: 4.1.0
Framework Version: 9.24.0
Release Notes: ### Fixed

- We fixed an issue with Advanced options mode not showing options content in Design mode.
Version: 4.0.3
Framework Version: 9.24.0
Release Notes: ### Added

- We added a license file and a readme documenting all open source dependencies used in this package.
Version: 4.0.2
Framework Version: 9.24.0
Release Notes: ### Fixed

- We fixed an issue where the user click interaction would trigger the overlayed element.
Version: 4.0.1
Framework Version: 9.24.0
Release Notes: ### Breaking changes

- "The area to open or close the menu" field is now required.
Version: 4.0.0
Framework Version: 9.24.0
Release Notes: ### Breaking changes

- We moved the widget styling to Atlas core to make exclusion variables work. Please update atlas-core module to a minimum 3.15.0 for Studio Pro 10.6.0 and above or 3.12.5 for below to keep the styling intact.

### Added

- We added a configurable clipping strategy option.

### Fixed

- We fixed an issue where popup menu would not overflow the parent widget.
Version: 3.6.1
Framework Version: 9.6.0
Release Notes: ### Fixed

- We fixed popup menu getting cut off due to overflow in parent widget.
Version: 3.6.0
Framework Version: 9.6.0
Release Notes: ### Added

- We added a new 'Close on' setting to customize the popup's closing behavior, allowing it to close when clicked or hovered outside the popup.

### Breaking changes

- The default behavior for closing a popup set to open on 'hover' is now 'hover leave'.
Version: 3.5.3
Framework Version: 9.6.0
Release Notes: ### Fixed

- We fixed an issue where styling classes would apply on popup menu instead of the widget itself.