fix resetmodel binding
This commit is contained in:
parent
c7926cf355
commit
db6e68ad4c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -22,6 +22,7 @@ class Formsy extends React.Component {
|
|||
this.isChanged = this.isChanged.bind(this);
|
||||
this.isFormDisabled = this.isFormDisabled.bind(this);
|
||||
this.reset = this.reset.bind(this);
|
||||
this.resetModel = this.resetModel.bind(this);
|
||||
this.resetInternal = this.resetInternal.bind(this);
|
||||
this.runValidation = this.runValidation.bind(this);
|
||||
this.submit = this.submit.bind(this);
|
||||
|
|
|
|||
Loading…
Reference in New Issue