Uncontrolled input
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 38.9k
- Forks
- 2.3k
- Avg merge
- 20h 18m
- Merged PRs (30d)
- 35
Description
Same logic with different libraries works different.
React - ✅
https://codesandbox.io/s/react-controlled-input-egxgu
Preact - ❌
https://codesandbox.io/s/preact-controlled-input-kib3p
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 running the linked React and Preact CodeSandbox reproductions and compare their controlled-input behavior. Define the expected behavior from the React example, then identify the Preact input path involved; the issue is done when the Preact reproduction behaves consistently with React.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100