willowtreeapps / react-formable

React Forms
25 stars 5 forks source link

"Warning: Unknown props `showErrorsOnSubmit`, `showErrorsOnChange` on <form> tag" #93

Closed johnloy closed 7 years ago

johnloy commented 7 years ago

It looks like <Form> props are being forwarded on to <form> at https://github.com/willowtreeapps/react-formable/blob/develop/src/form.js#L174. Likewise for <Input> at https://github.com/willowtreeapps/react-formable/blob/develop/src/inputs/input.js#L42

This results in React warnings about unknown props for those DOM elements.

https://facebook.github.io/react/warnings/unknown-prop.html