k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Rename this.validateField #11

Closed k88hudson closed 8 years ago

k88hudson commented 9 years ago

It's probably a better idea to call it getErrors, since false means no errors were found and truthy values means validation errors were found.

k88hudson commented 8 years ago

Done