Skip to content

feat: add MultiSelect component to admin-ui#5200

Merged
adrians5j merged 8 commits into
nextfrom
adrian/multi-select-comp-2026-05-12
May 12, 2026
Merged

feat: add MultiSelect component to admin-ui#5200
adrians5j merged 8 commits into
nextfrom
adrian/multi-select-comp-2026-05-12

Conversation

@adrians5j
Copy link
Copy Markdown
Member

@adrians5j adrians5j commented May 12, 2026

What changed

Adds a new MultiSelect form component to @webiny/admin-ui. It shares the same trigger design, size and variant props, and form field API (label, description, validation, note) as the existing Select component, but opens a checkbox-based dropdown that allows selecting multiple values at once. Selected values are displayed as a comma-separated list in the trigger by default. Set showSelectionCount to show a compact "3 items selected" summary instead.

image

Changelog

Added MultiSelect Component to admin-ui

A new MultiSelect component is now available in @webiny/admin-ui. It works like the existing Select component but allows picking multiple values via a checkbox dropdown. The trigger displays all selected labels inline by default; enable showSelectionCount to show a compact count summary instead (e.g. "3 items selected").

Squash Merge Commit

feat: add MultiSelect component to admin-ui (#5200)

@adrians5j adrians5j added this to the 6.4.0 milestone May 12, 2026
@adrians5j adrians5j changed the title adrian/multi-select-comp-2026-05-12 Add MultiSelect Component to admin-ui May 12, 2026
@adrians5j adrians5j changed the title Add MultiSelect Component to admin-ui feat: add MultiSelect component to admin-ui May 12, 2026
@adrians5j adrians5j merged commit 5259994 into next May 12, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant