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
The text was updated successfully, but these errors were encountered:
👋 @linzhenjie,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
讨论了下 readonly 并不合适这样使用 交互和视觉上也不合适 如果只是为了禁止功能选中,可以通过配置disabled, 如果为了保证父级不可选中,可以通过指定层级隐藏选项框的方式实现,参考这个示例 https://codesandbox.io/p/devbox/vgvcy3?file=%2Fsrc%2Fdemo.vue%3A64%2C39-64%2C40
No branches or pull requests
这个功能解决了什么问题
你建议的方案是什么
由于父级别分类不可勾选,建议支持 option 单项设置readonly:true 来控制checkbox隐藏The text was updated successfully, but these errors were encountered: