JedWatson / JedWatson/react-select
Select Component not editable once value selected
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi @Rall3n
I'm using "Select" component in react-select lib , Here once user select any option in drop down , He cant able to go back to edit already selected value in drop down , So he needs to start typing from scratch .
For Eg :
I have dropdown options
- 123
- 122
- 125
Initially I selected "123" , now I want to change to "125" for this I need to start type from first character .
Expected behaviour : Make this field editable and I want to remove last character in "123" and add "5" in the end , Can you help me how to achieve 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
Reproduce the Select component behavior described with options 123, 122, and 125, then review the component's documented editing behavior and available configuration. Done means a selected value can be edited in place so 123 can become 125 without retyping the entire value; the issue does not name a file or test to start from.
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
- Needs clarification
- Newbie friendliness
- 25/100