JedWatson / JedWatson/react-select
how to avoid this select expand while selecting multiple options
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
Dear Team,
this is my example https://codesandbox.io/p/sandbox/react-select-dropdown-tutorial-using-react-select-forked-gpm8yt
here if i select multiple options dropdown select portion is expanding. instead of expanding the select show count of selected options end of the input and how to show selected options with some highlighting color.
and can you please how to add tolltip for this.
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 with the linked CodeSandbox reproduction and inspect the multi-select behavior described in the issue. Check how react-select renders selected options and whether its existing customization points can support a collapsed count, highlighted selections, and tooltips. Done means the dropdown no longer expands with each selection and the requested selected-option presentation works.
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
- 35/100