MCPcopy Index your code
hub / github.com/codemistic/Web-Development / render

Method render

alarm/src/App.js:45–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 render(){
46
47 return(<>
48
49 <input onChange={e => this.state.selectedtime=e.target.value} id={'Timertime'} value={this.state.selectedtime} type={"time"} ></input>
50 <br/>
51 <button onClick={this.Storetime}>select time</button>
52 </>)
53 }
54}
55export default App;
56

Callers 15

chart.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
app.jsFile · 0.45
app.jsFile · 0.45
app.jsFile · 0.45
index.jsFile · 0.45
app.jsFile · 0.45
index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected