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

Method getRef

src/Form.js:24–29  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

22 }
23
24 getRef(ref) {
25 if (this.props.innerRef) {
26 this.props.innerRef(ref);
27 }
28 this.ref = ref;
29 }
30
31 submit() {
32 if (this.ref) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected