-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Tree Select支持指定选中策略 #624
Labels
Comments
XieZongChen
added
consideration-needed
and removed
feature request
New feature or request
labels
Jul 24, 2021
这个东西需要改 treemate,我暂时是没空处理这个需求,你有兴趣可以看看 |
XieZongChen
added
feature request
New feature or request
priority: low
and removed
consideration-needed
labels
Jul 25, 2021
能加个搜索? |
filterable |
树的选中事件 可以带出节点的配置信息吗 |
正在做 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function solves the problem (这个功能解决的问题)
Tree Select支持选中策略,例如:选中了一个节点的所有子节点,那么认为选中的父节点,而不是选中了父节点 子节点
Expected API (期望的 API)
增加如参如下,并实现改能力,后期扩展更多的选中策略
select-strategy: ['parent-only-when-all-children']
The text was updated successfully, but these errors were encountered: