mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Upgrade rc-tree-select
* Add allowClear to checkable and multiple select.
This commit is contained in:
parent
61e680875c
commit
97c75d4ea8
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user