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.6.1
微信小程序
<wd-input-number v-model="value" @change="handleChange" :precision="2" :step="0.1" />
<wd-input-number v-model="value" @change="handleChange" :precision="2" :step="0.1" />,不能输入小数,官方小程序可复现
1.可以正确输入小数
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wot Design Uni 版本号
1.6.1
平台
微信小程序
复现Demo地址(如不提供,将被直接关闭)
<wd-input-number v-model="value" @change="handleChange" :precision="2" :step="0.1" />
重现步骤
<wd-input-number v-model="value" @change="handleChange" :precision="2" :step="0.1" />,不能输入小数,官方小程序可复现
期望的结果是什么?
1.可以正确输入小数
实际的结果是什么?
1.可以正确输入小数
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: