MCPcopy Index your code
hub / github.com/flyfloor/react-component / handleInputChange

Function handleInputChange

component/TimeInput.js:37–40  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

35 },
36
37 handleInputChange(e){
38 const {value} = e.target;
39 this.setState({ value });
40 },
41
42 refreshValue(){
43 const {hour, min, sec, value} = this.initTime(this.state.value);

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…