Skip to content

feat(toolkit): add MultiSelect component for shadcn kit#3510

Open
KylianCodes wants to merge 2 commits intosymfony:3.xfrom
KylianCodes:feat/multi-select
Open

feat(toolkit): add MultiSelect component for shadcn kit#3510
KylianCodes wants to merge 2 commits intosymfony:3.xfrom
KylianCodes:feat/multi-select

Conversation

@KylianCodes
Copy link
Copy Markdown

Adds a multi-select component that displays selected options as removable badges, backed by a Stimulus controller and a hidden select multiple for standard form submission.

Relates to #3233

Q A
Bug fix? no
New feature? yes
Deprecations? no
Documentation? no
Issues #3233
License MIT

Adds a MultiSelect component to the shadcn kit. Selected options are displayed as removable badges inside the trigger. A hidden <select multiple> handles standard Symfony form submission.

Usage

<twig:MultiSelect name="fruits" placeholder="Select fruits...">
    <twig:MultiSelect:Option value="apple" label="Apple" />
    <twig:MultiSelect:Option value="banana" label="Banana" />
</twig:MultiSelect>

Adds a multi-select component that displays selected options as removable badges, backed by a Stimulus controller and a hidden select multiple for standard form submission.

Relates to symfony#3233
@KylianCodes KylianCodes requested a review from Kocal as a code owner May 1, 2026 09:02
@carsonbot carsonbot added Status: Needs Review Needs to be reviewed Feature New Feature labels May 1, 2026
@carsonbot carsonbot changed the title feat(toolkit): add MultiSelect component for shadcn kit feat(toolkit): add MultiSelect component for shadcn kit May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature New Feature Status: Needs Review Needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants