diff --git a/src/main.js b/src/main.js index 21c957b..2ddf0c5 100644 --- a/src/main.js +++ b/src/main.js @@ -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 () {