Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gcanti/tcomb-form-native
/ pureValidate
Method
pureValidate
lib/components.js:803–805 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
801
802
class
Form extends React.Component {
803
pureValidate() {
804
return
this.refs.input.pureValidate();
805
}
806
807
validate() {
808
return
this.refs.input.validate();
Callers
1
index.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected