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

Function handleValChange

component/DatePicker.js:34–41  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

32 },
33
34 handleValChange(value){
35 const {onChange} = this.props;
36 this.setState({
37 value,
38 showPicker: false
39 });
40 if (onChange) onChange(value);
41 },
42
43 onOtherDomClick(){
44 this.setState({

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…