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

Function handleMinChange

component/TimeInput.js:60–66  ·  view source on GitHub ↗
(min)

Source from the content-addressed store, hash-verified

58 },
59
60 handleMinChange(min){
61 const {hour, sec} = this.state;
62 this.setState({
63 min,
64 value: this.formatValue(hour, min, sec)
65 }, this.handleTimeChange);
66 },
67
68 handleSecChange(sec){
69 const {hour, min} = 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…