Skip to content

Commit

Permalink
Upgrade rc-tree-select
Browse files Browse the repository at this point in the history
* Add allowClear to checkable and multiple select.
  • Loading branch information
yesmeck committed May 23, 2017
1 parent 61e6808 commit 97c75d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 97c75d4

Please sign in to comment.