MCPcopy Create free account
hub / github.com/flyfloor/react-component / pickMonth

Function pickMonth

component/Calender.js:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 },
107
108 pickMonth(){
109 this.setState({
110 showMonth: true,
111 showYear: false,
112 });
113 },
114
115 renderMonthPicker(){
116 const {showMonth, year, month} = this.state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…