(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Multi-Select

The Multi-Select Component is a form control that allows users to select multiple values from a dropdown list. It provides various configuration options for data sources, visual appearance, and behavior. This component is ideal for scenarios where users need to choose multiple items from a potentially large collection of options, such as selecting multiple tags, categories, or related items.

Properties

Visual Properties

Non-Visual Properties

Datasource Properties

Validation Properties

Authorization Properties

Event Actions

Technical Details

The Dynamic Multi-Select component supports both static data and API integration for data sources. When using an API integration, the component supports pagination and can work with standard paginated responses, which can be customized to map to specific response structures.

{ "content": [ { "id": "1", "name": "Option 1" }, { "id": "2", "name": "Option 2" } ], "totalElements": 100, "totalPages": 10, "number": 0, "size": 10, "first": true, "last": false, "empty": false }