Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【数字输入 Input Number】输入部分负数可能存在符号被取消的现象 #6357

Open
5 tasks done
BelieveSongxh opened this issue Sep 14, 2024 · 1 comment · May be fixed by #6281
Open
5 tasks done

【数字输入 Input Number】输入部分负数可能存在符号被取消的现象 #6357

BelieveSongxh opened this issue Sep 14, 2024 · 1 comment · May be fixed by #6281
Assignees
Labels
bug Something isn't working

Comments

@BelieveSongxh
Copy link

Describe the bug

数字输入 Input Number 在输入-1<num<0范围内的数字时候,会出现输入负号后再输入0,0直接替换掉符号,例如-0.001。只能在输入0.001后,再返回第一位添加负号

Steps to reproduce

数字输入组件:
输入-号,再次输入0,0会替换掉-号,再次输入后续 .1
输入结果 0.1 ,并非-0.1

Link to minimal reproduction

暂无

System Info

暂无

Used Package Manager

npm

Validations

@BelieveSongxh BelieveSongxh added the untriaged need to sort label Sep 14, 2024
@jahnli
Copy link
Collaborator

jahnli commented Sep 14, 2024

#6281

@jahnli jahnli self-assigned this Sep 30, 2024
@jahnli jahnli added bug Something isn't working and removed untriaged need to sort labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants