Multi-select dropdown

Select multiple options without inline filtering. Aligned with J&J DS v1.2 (Figma 41397:3454). For inline filtering use ComboBox multiple.

Sizes

Show source
<MultiSelectDropdown options={TAS} placeholder="Select therapy areas" />

With selection — count + comma list

Show source
<MultiSelectDropdown options={TAS} defaultValue={["onco","immuno"]} />

Error / warning / disabled

Pick at least one
Some areas are restricted
Show source
<Field label="…" status="error" message="…"><MultiSelectDropdown options={TAS} /></Field>