Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
feat(Formbot): Call onChange prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Aug 9, 2018
1 parent 68c29f7 commit 691d455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Formbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export default class Formbot extends React.Component {
},
() => {
this.validateField(field);
this.props.onChange(field, value, this.state.values);
}
);
});
Expand Down

0 comments on commit 691d455

Please sign in to comment.