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
1.4.10
无
https://www.antdv.com/components/input-number-cn/
1、打开https://www.antdv.com/components/input-number-cn/ 2、在第一个案例的input框里删掉默认值3,一直输入9 3、输到第16位,变成10000000000000000
由于此案例里有:max="10",期望只能输入一个9,就无法输入
可以一直输入
The text was updated successfully, but these errors were encountered:
react input-number 有相同情况,待后续跟进 https://ant.design/components/input-number/
https://codesandbox.io/s/condescending-colden-cudev
Sorry, something went wrong.
超js能够处理的数字限制了
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.4.10
Environment
无
Reproduction link
https://www.antdv.com/components/input-number-cn/
Steps to reproduce
1、打开https://www.antdv.com/components/input-number-cn/
2、在第一个案例的input框里删掉默认值3,一直输入9
3、输到第16位,变成10000000000000000
What is expected?
由于此案例里有:max="10",期望只能输入一个9,就无法输入
What is actually happening?
可以一直输入
The text was updated successfully, but these errors were encountered: