JedWatson / JedWatson/react-select
Option value like id
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
It will be very nice to have opportunity, to use value from options list in option id
{input-id}-{option-value}
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 at packages/react-select/src/Select.tsx around line 1884 and trace how option IDs are assembled. Review nearby Select tests or related ID behavior, then confirm that an option's value can be reflected in its ID using the requested {input-id}-{option-value} format.
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
- 45/100