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 sourceHide source
<MultiSelectDropdown options={TAS} placeholder="Select therapy areas" />With selection — count + comma list
Show sourceHide source
<MultiSelectDropdown options={TAS} defaultValue={["onco","immuno"]} />Error / warning / disabled
Pick at least one
Some areas are restricted
Show sourceHide source
<Field label="…" status="error" message="…"><MultiSelectDropdown options={TAS} /></Field>