react-component / react-component/input-number
safari下日文输入法下有format时输入数字时数据重复
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 323
- Forks
- 188
- Avg merge
- 20h 3m
- Merged PRs (30d)
- 1
Description
safari下日文输入法下有format时输入数字时数据重复。
safari环境下,日文输入法,非小键盘。输入数字1,显示1 继续刷入2,显示112,在输入3显示112123.
应该是光标控制存在问题。
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 reported sequence in Safari with a Japanese IME, using the input-number component with a format and a non-numeric keypad. Inspect the formatting and caret-control entry points; done means entering 1, then 2, then 3 produces 123 rather than duplicated values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100