diff --git a/components/datepicker/index.jsx b/components/datepicker/index.jsx index 7070293c1e..c3d153d68a 100644 --- a/components/datepicker/index.jsx +++ b/components/datepicker/index.jsx @@ -70,6 +70,7 @@ export default React.createClass({ transitionName={this.props.transitionName} trigger={} calendar={calendar} + adjustOrientOnCalendarOverflow={false} formatter={new DateTimeFormat(this.props.format)} value={this.state.value} prefixCls="ant-calendar-picker"