We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 在输入-1<num<0范围内的数字时候,会出现输入负号后再输入0,0直接替换掉符号,例如-0.001。只能在输入0.001后,再返回第一位添加负号
数字输入组件: 输入-号,再次输入0,0会替换掉-号,再次输入后续 .1 输入结果 0.1 ,并非-0.1
暂无
npm
The text was updated successfully, but these errors were encountered:
#6281
Sorry, something went wrong.
jahnli
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: