Multi-Select Popup

Content Type: Widget
Categories: User Interface,Mobile

Overview

The NativeMultiSelectPopup widget is an interactive, customizable selection component designed for Mendix Native applications, allowing users to choose one or multiple items from a list within a modal popup. Ideal for both single-select and multi-select use cases, this widget is optimized for clear and streamlined selection in scenarios with diverse and large data options.

Documentation

Typical usage scenario

The NativeMultiSelectionPopup widget is ideal for applications requiring user selection from multiple options.

 

Features and limitations

Features

  • Single & Multi-Select: Flexible selection modes to meet diverse needs.
  • Customizable UI: Extensive styling options for personalized appearance.
  • Responsive Design: Adapts to different screen sizes.
  • Dynamic Feedback: Customizable "No items found" message.

Limitation

Initial Setup: Requires configuration for item lists and settings.

Custom JSON Construction: Developers must create a custom Java action to construct the required JSON structure for the widget, as it does not provide this functionality out of the box.

 

Custom Styling

Users can easily apply custom styling to the NativeMultiSelectionPopup widget to match their application's branding and design preferences. This will allow the user to modify various UI components, including colors, and fonts. For better understanding, an image of the components used in this update has been included.

Releases

Version: 1.1.1
Framework Version: 9.24.5
Release Notes: Whats New: Overlay Color Customization: - Users can now personalize the overlay color by using the element - This allows for better customization and alignment with the design preferences. Icons Input Now Optional: - Providing custom icons is no longer mandatory. - Default images have been added and will be used automatically if no custom icons are provided. - This simplifies the process for users who don’t want to add icons manually. Improved Interaction: - Added the Click Outside to Close option, allowing users to close the popup by tapping outside.
Version: 1.1.0
Framework Version: 9.24.5
Release Notes: What is New: Filter Functionality: Filter items in the popup by matching text (Filter by ID) with JSON values. Enhanced Studio UI: Developers can now view the selected attribute directly in the Studio UI without opening the widget properties
Version: 1.0.0
Framework Version: 9.24.5
Release Notes: Initial Release