enable dash-table multiple selection in dropdown
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
Hello,
We are importing react-select to have dropdown in dash-table.
React-select gives the opportunity to have multiple selections in the dropdown, with the isMulti option.
You can see a simple example at the react-select page https://react-select.com/home
I think it might be fairly easy but extremely useful to implement this feature in dash-table, googling my way around in fact it seems that multiple users requested it in the last years.
Contributor guide
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 tracing dash-table’s existing dropdown implementation and its react-select integration; the issue links to the react-select isMulti example as background. The issue names no files or tests, so first clarify the intended selection behavior and API. Done means dash-table dropdowns support the requested multiple-selection behavior with verification for the expected interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100