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

Method removeErrors

lib/components.js:610–613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

608 }
609
610 removeErrors() {
611 this.setState({ hasError: false });
612 Object.keys(this.refs).forEach(ref => this.refs[ref].removeErrors());
613 }
614
615 getValue() {
616 const value = [];

Callers 2

validateMethod · 0.95
removeErrorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected