removed obsolete method call, fix #196
This commit is contained in:
parent
c311e144fb
commit
6b521d35e7
|
|
@ -431,7 +431,6 @@ 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