commit
43a8f66150
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -431,6 +431,7 @@ Formsy.Form = React.createClass({
|
|||
detachFromForm: function (component) {
|
||||
delete this.inputs[component.props.name];
|
||||
delete this.model[component.props.name];
|
||||
this.validateForm();
|
||||
},
|
||||
render: function () {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue