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

Method constructor

src/Input.js:28–32  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

26
27class Input extends React.Component {
28 constructor(props) {
29 super(props);
30 this.getRef = this.getRef.bind(this);
31 this.focus = this.focus.bind(this);
32 }
33
34 getRef(ref) {
35 if (this.props.innerRef) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected