Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Update tree-select.mdx #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/website/docs/pipeline/features/tree-select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ export interface TreeSelectFeatureOptions {

如果不想要父子节点状态关联,可以设置 `options.checkStrictly = true`。

如果你只需要让部分节点与其父节点脱离关联,可以通过 `options.isDetached` 回调函数来进行设置。
如果你只需要让部分节点与其父节点脱离关联,可以通过 `options.idDetached` 回调函数来进行设置。