k88hudson / react-formation

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

Change validator so valid return true #44

Closed pippinlee closed 8 years ago

k88hudson commented 8 years ago

One small change and this is ready to go!

pippinlee commented 8 years ago

'if (typeError && typeError.length) errors = errors.concat(typeError);`

seems to work. Changes should be good now. Thanks!

k88hudson commented 8 years ago

Yay! :fireworks: Thanks for doing this :)