JedWatson / JedWatson/react-select
Is it possible to add multi level select inside react Select component?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
In my project I need multi level Select inside react Select. Is it possible?
For eg:
Home > Bag
Book
About
Contact
While clicking on react select I need a dropdown with "Home, about and Contact" and on clickinh Home, I need a secondary level dropdown with "Bag and Book" listed
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 reviewing the react Select component's existing option and customization behavior. Define how the Home, About, and Contact levels should be represented and interacted with, then determine whether the requested nested dropdown can be supported without changing the existing selection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100