mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
update cascader api
This commit is contained in:
parent
a1743d7e58
commit
fcba79f070
@ -30,3 +30,4 @@
|
||||
| displayRender | 选择后展示的渲染函数 | `function(label)`` | `function(label) { return label.join(' / ') }` |
|
||||
| style | 自定义样式 | string | - |
|
||||
| popupClassName | 自定义浮层类名 | string | - |
|
||||
| placeholder | 输入框占位文本 | string | '请选择' |
|
||||
|
Loading…
Reference in New Issue
Block a user