Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react-dates/react-dates
/ onPrevMonthClick
Method
onPrevMonthClick
src/components/DayPicker.jsx:541–544 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
539
}
540
541
onPrevMonthClick(e) {
542
if (e) e.preventDefault();
543
this.onPrevMonthTransition();
544
}
545
546
onPrevMonthTransition(nextFocusedDate) {
547
const { daySize, isRTL, numberOfMonths } = this.props;
Callers
3
DayPicker_spec.jsx
File · 0.45
DayPickerRangeController_spec.jsx
File · 0.45
DayPickerSingleDateController_spec.jsx
File · 0.45
Calls
1
onPrevMonthTransition
Method · 0.95
Tested by
no test coverage detected