Multi-Select

Content Type: Widget
Categories: Data

Overview

Simple Widget to select one or many options from a dropdown. The user can search for the option he is looking for. Widget is based on https://www.npmjs.com/package/react-multi-select-component.

Documentation

Multi-Select

Simple Widget to select one or many options from a dropdown. The user can search for the option he is looking for. Widget is based on https://www.npmjs.com/package/react-multi-select-component.

Features

  • Select multiple options out of a list
  • User can search easily for the correct option
  • All texts customizable
  • Show/Hide select all option
  • Show/Hide search
  • Possibility to summarize the selected options
  • Customizable display of options
  • Custom Sorting
  • Change Dropdown Mount-Point
  • Show Validation Feedback

Usage

The widget must be placed in a context object. This object must have a many-to-many association with another object that can be set via the widget. The objects to be selected are those of the connected object. The text to be displayed on the objects is selected from the attributes.The label, the visibility and the editability correspond to the Mendix standard and can be adjusted accordingly.

 

 

Releases

Version: 2.0.0
Framework Version: 9.24.0
Release Notes: Possibility to change the mount point of the dropdown. It is possible to specify the attributes by which the sorting should take place. It is possible to select whether the dropdown window should be displayed above if there is not enough space below. Added Vilidation feedback
Version: 1.0.0
Framework Version: 9.18.4
Release Notes: Initial Multi-Select release