MCPcopy Index your code
hub / github.com/react-dates/react-dates / onNextMonthClick

Method onNextMonthClick

src/components/DayPicker.jsx:604–607  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

602 }
603
604 onNextMonthClick(e) {
605 if (e) e.preventDefault();
606 this.onNextMonthTransition();
607 }
608
609 onNextMonthTransition(nextFocusedDate) {
610 const { isRTL, numberOfMonths, daySize } = this.props;

Calls 1

onNextMonthTransitionMethod · 0.95

Tested by

no test coverage detected