Fixed #361: Unknown props `onValidSubmit`, `onSubmitted` on <form> tag
This commit is contained in:
parent
da8f041eca
commit
1800442ea1
|
|
@ -37,7 +37,6 @@ Formsy.Form = React.createClass({
|
|||
onSubmit: function () {},
|
||||
onValidSubmit: function () {},
|
||||
onInvalidSubmit: function () {},
|
||||
onSubmitted: function () {},
|
||||
onValid: function () {},
|
||||
onInvalid: function () {},
|
||||
onChange: function () {},
|
||||
|
|
@ -429,6 +428,7 @@ Formsy.Form = React.createClass({
|
|||
validationErrors,
|
||||
onSubmit,
|
||||
onValid,
|
||||
onValidSubmit,
|
||||
onInvalid,
|
||||
onInvalidSubmit,
|
||||
onChange,
|
||||
|
|
|
|||
Loading…
Reference in New Issue