From c311e144fbec0b85b3898f042a04ff51f784e87c Mon Sep 17 00:00:00 2001 From: Ryan Blakeley Date: Fri, 4 Sep 2015 10:27:14 -0600 Subject: [PATCH] fix #196 --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index 729d3f5..21c957b 100644 --- a/src/main.js +++ b/src/main.js @@ -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 () {