未验证 提交 3c007a85 编写于 作者: A afc163

renderFooter should applied to all mode, close #11618

上级 360f8cb7
......@@ -65,6 +65,7 @@ The following APIs are shared by DatePicker, MonthPicker, RangePicker, WeekPicke
| style | to customize the style of the input box | object | {} |
| onOpenChange | a callback function, can be executed whether the popup calendar is popped up or closed | function(status) | - |
| onPanelChange | callback when picker panel mode is changed | function(value, mode) | - |
| renderFooter | renderer of picker panel footer | (mode) => ReactNode | - |
### Common Methods
......
......@@ -65,6 +65,8 @@ moment.locale('zh-cn');
| suffixIcon | 自定义的选择框后缀图标 | ReactNode | - |
| style | 自定义输入框样式 | object | {} |
| onOpenChange | 弹出日历和关闭日历的回调 | function(status) | 无 |
| onPanelChange | 日历面板切换的回调 | function(value, mode) | - |
| renderFooter | 渲染弹出层的页脚 | (mode) => ReactNode | - |
### 共同的方法
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册