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.5
https://codesandbox.io/p/sandbox/tdesign-vue-next-demo-whjy9w?file=%2Fsrc%2Fdemo.vue
随便挑一个节点,设置value=0,然后这一节点就会被过滤
value = 0的不被过滤
value = 0 的被过滤了
2.7.0
Chrome(104.0.5112.81)
window10
16.18.0
看了源码,是 在23年6月28改的,直接!取反,0也进判断了
The text was updated successfully, but these errors were encountered:
👋 @dhwebs,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
fixed 1.9.8
No branches or pull requests
tdesign-vue 版本
1.9.5
重现链接
https://codesandbox.io/p/sandbox/tdesign-vue-next-demo-whjy9w?file=%2Fsrc%2Fdemo.vue
重现步骤
随便挑一个节点,设置value=0,然后这一节点就会被过滤
期望结果
value = 0的不被过滤
实际结果
value = 0 的被过滤了
框架版本
2.7.0
浏览器版本
Chrome(104.0.5112.81)
系统版本
window10
Node版本
16.18.0
补充说明
看了源码,是 在23年6月28改的,直接!取反,0也进判断了
The text was updated successfully, but these errors were encountered: