MCPcopy
hub / github.com/gcanti/tcomb-form-native / validate

Method validate

lib/components.js:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 validate() {
128 const result = this.pureValidate();
129 this.setState({ hasError: !result.isValid() });
130 return result;
131 }
132
133 getAuto() {
134 return this.props.options.auto || this.props.ctx.auto;

Callers

nothing calls this directly

Calls 1

pureValidateMethod · 0.95

Tested by

no test coverage detected