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.7.0
微信小程序基础版本3.6.3
<t-checkbox value="{{1}}" icon="none" bind:change="onCheckChanged"> <t-image src="/images/1.svg" mode="heightFix" width="36" height="36"/> </t-checkbox>
预期每次点击checkbox 块 都会触发change事件,在onCheckChanged方法中打印了console.log(e);无效时 该日志没打印出来
连续点击多次或者更换点击位置后,将不再触发
3.6.3
如果显示出checkbox 点击没发现这种问题
No response
The text was updated successfully, but these errors were encountered:
👋 @farsunset-com,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
顺带还有个button问题 <t-button size="large" theme="danger" "disabled="{{true}}">按钮文字不显示</t-button> danger 主题禁用时,按钮文字不会显示
<t-button size="large" theme="danger" "disabled="{{true}}">按钮文字不显示</t-button>
@farsunset-com 未能复现 checkbox 问题,需要提供下可复现代码片段链接。
button 问题已在 #3261 处理
No branches or pull requests
tdesign-miniprogram 版本
1.7.0
重现链接
微信小程序基础版本3.6.3
重现步骤
期望结果
预期每次点击checkbox 块 都会触发change事件,在onCheckChanged方法中打印了console.log(e);无效时 该日志没打印出来
实际结果
连续点击多次或者更换点击位置后,将不再触发
基础库版本
3.6.3
补充说明
如果显示出checkbox 点击没发现这种问题
No response
The text was updated successfully, but these errors were encountered: