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

Method handleTimeChange

demo/example/TimeInputDemo.jsx:12–16  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10 }
11
12 handleTimeChange(value){
13 this.setState({
14 showTime: value
15 });
16 }
17
18 render() {
19 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected