react-component / react-component/input-number
React does not recognize the `focusOnUpDown` prop on a DOM element
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 323
- Forks
- 188
- Avg merge
- 20h 3m
- Merged PRs (30d)
- 1
Description
Since I upgrade to v7, I find this error:
Warning: React does not recognize the `focusOnUpDown` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `focusonupdown` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
input
Contributor guide
No contributing guide indexed for this repository
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 reproducing the React warning with the v7 component usage shown in the issue, then trace where the focusOnUpDown prop reaches the DOM element. Done means the warning no longer appears while the related input behavior remains intact; the issue names no file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100