mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix doc
This commit is contained in:
parent
d0b2bdad84
commit
0a121bd175
@ -27,7 +27,7 @@
|
|||||||
| defaultValue | 默认的选中项 | array |[] |
|
| defaultValue | 默认的选中项 | array |[] |
|
||||||
| value | 指定选中项 | array | - |
|
| value | 指定选中项 | array | - |
|
||||||
| onChange | 选择完成后的回调 | `function(value, selectedOptions)` | - |
|
| onChange | 选择完成后的回调 | `function(value, selectedOptions)` | - |
|
||||||
| displayRender | 选择后展示的渲染函数 | `function(label)`` | `function(label) { return label.join(' / ') }` |
|
| displayRender | 选择后展示的渲染函数 | `function(label)` | `label => label.join(' / ')` |
|
||||||
| style | 自定义样式 | string | - |
|
| style | 自定义样式 | string | - |
|
||||||
| className | 自定义类名 | string | - |
|
| className | 自定义类名 | string | - |
|
||||||
| popupClassName | 自定义浮层类名 | string | - |
|
| popupClassName | 自定义浮层类名 | string | - |
|
||||||
|
Loading…
Reference in New Issue
Block a user