microsoft / microsoft/fluentui
[Feature]: Add `multiselectDelimiter` property to `Combobox` and `Dropdown`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 46
Description
Library
React Components / v9 (@fluentui/react-components)
Describe the feature that you would like added
Currently the delimiter of the displayed values of Combobox and Dropdown is hardcoded to be , . This appears to be a regression from v8 where there was a multiSelectDelimiter property. Thus, v9 should add back a similar property to these components.
Have you discussed this feature with our team
No response
Additional context
No response
Validations
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Priority
Normal
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the v9 Combobox and Dropdown entry points and how their multi-select display values are assembled. Compare the v8 multiSelectDelimiter behavior, then add coverage showing that the new property changes the displayed delimiter for both components while preserving the default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100