Skip to content

Commit

Permalink
fix: #1272
Browse files Browse the repository at this point in the history
  • Loading branch information
Wugaoliang committed Nov 5, 2020
1 parent 3d2e99e commit c5675cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-CN/components/select-tree.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ import DemoBread from '../../demo/select-tree/section-bread'
| type | 数据选择类型 | string | single \| multiple | single |
| defaultExpandAll | 是否默认展开所有树节点 | boolean | true \| false | false |
| defaultExpandIds | 默认高亮的节点(非受控) | string[] | - | - |
| defaultValue | 默认选中项 (非受控) | DataItem[] \| string[] | - | - |
| value | 默认选中项 (受控) | DataItem[] \| string[] | - | - |
| defaultValue | 默认选中项 (非受控) | DataItem[] \| string[] \| string | - | - |
| value | 默认选中项 (受控) | DataItem[] \| string[] \| string | - | - |
| placeholder | 输入框占位 | string | - | 请选择 |
| searchMode | 节点搜索模式,仅在*mode=normal*模式下生效 | string | highlight \| filter | - |
| dataSource | 异步加载数据 | (key: string) => DataSource \| DataSource \| Promise | - | - |
Expand Down

0 comments on commit c5675cc

Please sign in to comment.