react-component / react-component/input-number
Ability to replace one character with another while typing
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 323
- Forks
- 188
- Avg merge
- 20h 3m
- Merged PRs (30d)
- 1
Description
Currently it is not possible for InputNumber to replace one character ("," in my case) with another ("." in my case) while typing, it only happens after blur event or after typing next character (after ",") which is not zero (if using parser and formatter).
Would be great to prevent users from seeing unnecessary characters ("," comma) in my case.
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 at the InputNumber component and trace how its parser and formatter handle characters while typing. Reproduce entering a comma and verify whether it is replaced immediately rather than after blur or a later non-zero character; done means the unwanted character is not shown during entry.
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
- 35/100