Skip to content

[checkbox] 包裹image icon="none" borderless 时经常change 事件不触发 #3257

@farsunset-com

Description

@farsunset-com

tdesign-miniprogram 版本

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions