Multi-Select
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
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.