willowtreeapps / react-formable

React Forms
25 stars 5 forks source link

Form validators can't pass causing `form.valid` to always be false #57

Closed uttrasey closed 8 years ago

uttrasey commented 8 years ago

We map over form validators, if it passes (returning nothing) the resulting array map element is null which ultimately leads to an error array with length and a form that's invalid.

https://github.com/uttrasey/react-formable/blob/errors-spike/src/form.js#L228

uttrasey commented 8 years ago

Fixed by https://github.com/willowtreeapps/react-formable/pull/60