Skip to content

Commit

Permalink
Remove unused mapping from example form in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Me committed Oct 20, 2015
1 parent 943e3bb commit 02a741e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ const Form = React.createClass({
onInvalid={this.disableButton}
onValidSubmit={this.submitForm}
onInvalidSubmit={this.notifyFormError}
style={styles.form}
mapping={this.mapInputs} >
style={styles.form} >

<FormsyText
name='name'
Expand Down

0 comments on commit 02a741e

Please sign in to comment.