MultiSelect

Here you can find some recipes for using the MultiSelect component.

The <MultiSelect> component combines a text input with a listbox, allowing users to filter a list of options to items matching a query, selecting multiple items or adding a new value.

Usage

Import

To import the component you just have to use this code below.

import { MultiSelect } from '@marigold/components';

Example

You can use the MultiSelect to enable users to select multiple values and search for them.