MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / constructor

Method constructor

src/Form.js:18–22  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

16
17class Form extends Component {
18 constructor(props) {
19 super(props);
20 this.getRef = this.getRef.bind(this);
21 this.submit = this.submit.bind(this);
22 }
23
24 getRef(ref) {
25 if (this.props.innerRef) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected