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

Function handleClick

component/Calender.js:29–35  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

27 },
28
29 handleClick(date){
30 const value = date2DateStr(date);
31 this.setState({
32 value,
33 });
34 if (this.props.onChange) this.props.onChange(value)
35 },
36
37 dateParams(){
38 const {begin, end} = this.props;

Callers

nothing calls this directly

Calls 1

date2DateStrFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…