fix: Pass format to Calendar (#3407)

This commit is contained in:
Wei Zhu 2016-10-13 16:13:05 +08:00 committed by Benjy Cui
parent d217c72529
commit 26921cf234

View File

@ -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}
/> />
); );