Improve documentation for <select> controlled component
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
In the React documentation for forms, there is only a footnote on using the controlled component with the multiple attribute. I recently spent some time getting it to work for my use case and I feel having better documentation would have sped things up. My use case involved populating the <option> elements from JSON data being returned from the server, for a select component with the multiple attribute. I am happy to contribute the documentation and raise a PR :)
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 React forms documentation and its existing note about controlled elements with the multiple attribute. Clarify how multiple values and JSON-populated elements are handled, and consider the contributor's use case when shaping the guidance. Done means the forms documentation explains this scenario clearly enough to avoid the reported confusion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- documentation, frontend
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100