We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.13.0
https://stackblitz.com/edit/zvk1bwkn?file=package.json,src%2Fdemo.vue
点击【设置半选】按钮
第一个节点应半选状态
第一个节点没变成半选状态
No response
The text was updated successfully, but these errors were encountered:
👋 @vikyd,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
发现下面方式可以做到半选(而 setItem 形式则不行):
setItem
tree.value.getItem('node1').setData({ indeterminate: true, })
发现下面方式可以做到半选(而 setItem 形式则不行): tree.value.getItem('node1').setData({ indeterminate: true, })
可是你设置这样的“半选”是无意义的吧?因为要子节点总数大于 1 ,且存在至少 1 个子节点被选中,才符合通常理解的“半选”。🤔
https://stackblitz.com/edit/zvk1bwkn-m8qaauz2?file=src%2Fdemo.vue
No branches or pull requests
tdesign-vue-next 版本
1.13.0
重现链接
https://stackblitz.com/edit/zvk1bwkn?file=package.json,src%2Fdemo.vue
重现步骤
点击【设置半选】按钮
期望结果
第一个节点应半选状态
实际结果
第一个节点没变成半选状态
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: