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.
1 parent 659aff5 commit 395df44Copy full SHA for 395df44
components/vc-tree/demo/basic-controlled.vue
@@ -153,7 +153,7 @@ export default {
153
onExpand={this.onExpand} expandedKeys={this.expandedKeys}
154
onCheck={this.onCheckStrictly}
155
checkedKeys={this.checkStrictlyKeys}
156
-
+ checkStrictly
157
>
158
{loop(gData)}
159
</Tree>
components/vc-tree/src/Tree.jsx
@@ -114,7 +114,7 @@ const Tree = {
114
checkStrictly: false,
115
draggable: false,
116
defaultExpandParent: true,
117
- autoExpandParent: true,
+ autoExpandParent: false,
118
defaultExpandAll: false,
119
defaultExpandedKeys: [],
120
defaultCheckedKeys: [],
0 commit comments