fix #196
This commit is contained in:
parent
e38154f73a
commit
c311e144fb
|
|
@ -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 () {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue