You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Bug Report] el-tree component opens the lazy and check-strictly options. If the default-checked-keys is not empty, the state of the father child node or the correlation between them.
#12056
Closed
Jack-X-Yang opened this issue
Jul 19, 2018
· 3 comments
The text was updated successfully, but these errors were encountered:
element-bot
changed the title
[Bug Report] el-tree 组件开启 lazy 和 check-strictly 选项,default-checked-keys 不为空时父子结点的状态还是关联
The [Bug Report] el-tree component opens the lazy and check-strictly options. If the default-checked-keys is not empty, the state of the father child node or the correlation between them.
Jul 19, 2018
Steps to reproduce
The el-tree component opens the lazy and check-strictly options, and default-checked-keys is not empty. If the parent node is not selected and the child node is in default-checked-keys, the parent node is expanded, and the parent node is selected.
What is Expected?
The selected state of the parent and child node is not related
What is actually happening?
Selected state association of father and child node
Element UI version
2.4.4
OS/Browsers version
mac 10.13.5 / Chrome 67
Vue version
2.5.17-beta.0
Reproduction Link
https://jsfiddle.net/mmx38qxw/3898/
Steps to reproduce
el-tree 组件开启 lazy 和 check-strictly 选项,default-checked-keys 不为空。如果父结点未被选中,子结点在 default-checked-keys 中,展开父结点,父结点会被选中。
What is Expected?
父子结点的选中状态不关联
What is actually happening?
父子结点的选中状态关联
The text was updated successfully, but these errors were encountered: