This commit is contained in:
Ryan Blakeley 2015-09-04 10:27:14 -06:00
parent e38154f73a
commit c311e144fb
1 changed files with 2 additions and 0 deletions

View File

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