mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
Fix docs
This commit is contained in:
parent
079f2a657d
commit
c91bf93a38
@ -19,6 +19,7 @@
|
||||
- 修复 FormItem 的子元素为 `null` 时报错的问题。
|
||||
- 修复 Table 组件的选择功能和展开功能配合使用的问题。[#1102](https://github.com/ant-design/ant-design/issues/1102)
|
||||
- 增加了一个搜索框和提示功能结合的 [例子](http://ant.design/components/select/#demo-search-box)。
|
||||
- 允许可编辑的 Tabs 删除最后一个页签。[#1071](https://github.com/ant-design/ant-design/issues/1071)
|
||||
- 修复了部分组件样式的小问题。
|
||||
|
||||
## 0.12.5
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
选择后进行操作,完成后清空选择,通过 `rowSelection.selectedRowKeys` 来控制选中项。
|
||||
|
||||
此版本换页后将会清空选中。
|
||||
|
||||
---
|
||||
|
||||
````jsx
|
||||
|
Loading…
Reference in New Issue
Block a user