Upgrade rc-tree-select

* Add allowClear to checkable and multiple select.
This commit is contained in:
Wei Zhu 2017-05-23 14:40:14 +08:00
parent 61e680875c
commit 97c75d4ea8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = `
<span
class="ant-select ant-select-enabled"
class="ant-select ant-select-enabled ant-select-allow-clear"
style="width:300px;"
>
<span

View File

@ -68,7 +68,7 @@
"rc-time-picker": "~2.4.0",
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.5.0",
"rc-tree-select": "~1.9.0",
"rc-tree-select": "~1.10.2",
"rc-upload": "~2.3.0",
"rc-util": "^4.0.1",
"react-lazy-load": "^3.0.10",