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 6a0feb7 commit 109b452Copy full SHA for 109b452
packages/core/src/Form/comps/tree.tsx
@@ -100,6 +100,7 @@ const FormTree = ({
100
<Modal visible={visible} placement="bottom" onClosed={() => setVisible(false)}>
101
<ScrollView style={{ height: 400 }}>
102
<Tree
103
+ defaultCheckedKeys={value}
104
treeData={options}
105
defaultExpandAll
106
onCheck={(value: any) => {
0 commit comments