Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgray committed Sep 12, 2020
1 parent 75e802f commit a10cd40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# history

## 0.8.0

* `FEAT` 新增 useFullPathValue

## 0.7.20

* `FEAT` 新增 onlyStringValue(boolean) prop,以解决只存取 code 的场景,不需要重复二次处理数据结果
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ render(<CascadeSelect />, document.getElementById('root'))
| optionFilterProps | string[] | false | `['label']` | showSearch=true 时,optionFilterProp 为 options[i] 中的属性名称,此时搜索会进行过滤
| optionFilterCount | number | false | 20 | 当使用过滤功能时 dropdown 里最多显示的条数
| cascaderHeight | number | false | null | 级联选择区域的高度
| useFullPathValue | boolean | false | false | 使用全路径值匹配模式,该模式允许父子级,不同子级的 ID 一致

## Demos

Expand Down

0 comments on commit a10cd40

Please sign in to comment.