mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix: Pass format to Calendar (#3407)
This commit is contained in:
parent
d217c72529
commit
26921cf234
@ -95,6 +95,7 @@ export default function createPicker(TheCalendar) {
|
|||||||
prefixCls={prefixCls}
|
prefixCls={prefixCls}
|
||||||
className={calendarClassName}
|
className={calendarClassName}
|
||||||
onOk={props.onOk}
|
onOk={props.onOk}
|
||||||
|
format={props.format}
|
||||||
{...calendarHandler}
|
{...calendarHandler}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user