We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
latest
https://vue-devui.github.io/components/input-number/
如果输入诸如1..2.0、.1222.10,会在检查后返回原始数据。
1..2.0
.1222.10
应当添加type="number",保证在输入阶段保证数据为数值。
type="number"
No response
The text was updated successfully, but these errors were encountered:
fix(button): add type="number" for input element (DevCloudFE#1864)
542f754
fix(number): add for input element (DevCloudFE#1864)
f55e5ba
fu050409
Successfully merging a pull request may close this issue.
Version
latest
Vue Version
latest
Link to minimal reproduction
https://vue-devui.github.io/components/input-number/
Step to reproduce
如果输入诸如
1..2.0
、.1222.10
,会在检查后返回原始数据。What is expected
应当添加
type="number"
,保证在输入阶段保证数据为数值。What is actually happening
No response
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: