This commit is contained in:
afc163 2016-03-02 21:12:52 +08:00
parent 079f2a657d
commit c91bf93a38
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -4,8 +4,6 @@
选择后进行操作,完成后清空选择,通过 `rowSelection.selectedRowKeys` 来控制选中项。
此版本换页后将会清空选中。
---
````jsx