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

Method constructor

demo/example/TimeInputDemo.jsx:5–10  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

3
4export default class TimeInputDemo extends React.Component {
5 constructor(props){
6 super(props);
7 this.state = {
8 showTime: '13:12:31'
9 };
10 }
11
12 handleTimeChange(value){
13 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected