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

Function handleHourChange

component/TimeInput.js:52–58  ·  view source on GitHub ↗
(hour)

Source from the content-addressed store, hash-verified

50 },
51
52 handleHourChange(hour){
53 const {min, sec} = this.state;
54 this.setState({
55 hour,
56 value: this.formatValue(hour, min, sec)
57 }, this.handleTimeChange);
58 },
59
60 handleMinChange(min){
61 const {hour, sec} = 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…