Multi-select

MultiSelect is used to select multiple items from a collection.

We are undergoing a migration, the following examples might not be up-to-date.

Please refer directly to the Storybook documentation based on your preferred framework.

This component is only available in React and Angular

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.