fix resetmodel binding

This commit is contained in:
Vsevolod Ivanov 2017-10-21 21:44:01 -07:00
parent c7926cf355
commit db6e68ad4c
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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);