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.9.8
https://stackblitz.com/run?file=src%2Fdemo.vue
t-cascader组件多选模式, 在t-cascader绑定change事件,删除tag的时候change事件会执行两次。
看了源码,在tag的删除方法handleRemoveTagEffect里,调用了两次setValue
删除tag 只触发一次change事件
删除tag 会触发两次change事件
2.7.0
Chrome(104.0.5112.81)
window10
16.18.0
No response
The text was updated successfully, but these errors were encountered:
👋 @dhwebs,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
fixed 1.9.9
No branches or pull requests
tdesign-vue 版本
1.9.8
重现链接
https://stackblitz.com/run?file=src%2Fdemo.vue
重现步骤
t-cascader组件多选模式, 在t-cascader绑定change事件,删除tag的时候change事件会执行两次。
看了源码,在tag的删除方法handleRemoveTagEffect里,调用了两次setValue
期望结果
删除tag 只触发一次change事件
实际结果
删除tag 会触发两次change事件
框架版本
2.7.0
浏览器版本
Chrome(104.0.5112.81)
系统版本
window10
Node版本
16.18.0
补充说明
No response
The text was updated successfully, but these errors were encountered: