Merge pull request #197 from rblakeley/patch-1

fix #196
This commit is contained in:
Christian Alfoni 2015-10-02 13:46:25 +02:00
commit 43a8f66150
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -431,6 +431,7 @@ Formsy.Form = React.createClass({
detachFromForm: function (component) {
delete this.inputs[component.props.name];
delete this.model[component.props.name];
this.validateForm();
},
render: function () {