Multi-select

MultiSelect is used to select multiple items from a collection.

This component is only available in React and Angular

We only provide the React and Angular versions.

A “multi-select” is a feature or control that allows users to select multiple options from a list or set of choices simultaneously. It provides the flexibility for users to choose multiple items, typically by utilizing checkboxes.

This functionality is commonly used in dropdown lists to accommodate scenarios where users need to choose multiple items such as bulk operations, filtering data, assigning attributes, or configuring preferences.