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.1.9
No response
<t-input label="起始数值" placeholder="请输入数字" maxlength="{{3}}" align="right" suffixIcon="edit" type="number" bind:change="inputChange" value="{{0}}" />
The text was updated successfully, but these errors were encountered:
👋 @nanhupatar,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
判断是 https://github.com/Tencent/tdesign-miniprogram/blob/5caf7f835e08e5c34182340e8b28e5ece8a637b1/src/input/input.ts#LL39C7-L39C52 有误
按照逻辑,永远无法输入0 因为会被转译为'' 不符合输入数字的情况
@nanhupatar 收到反馈,今天处理~
anlyyao
Successfully merging a pull request may close this issue.
tdesign-miniprogram 版本
1.1.9
重现链接
No response
重现步骤
期望结果
No response
实际结果
No response
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: