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

Method submit

src/Form.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 submit() {
32 if (this.ref) {
33 this.ref.submit();
34 }
35 }
36
37 render() {
38 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected