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

Function handleSecChange

component/TimeInput.js:68–74  ·  view source on GitHub ↗
(sec)

Source from the content-addressed store, hash-verified

66 },
67
68 handleSecChange(sec){
69 const {hour, min} = this.state;
70 this.setState({
71 sec: sec,
72 value: this.formatValue(hour, min, sec)
73 }, this.handleTimeChange);
74 },
75
76 render() {
77 const {value} = 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…