Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosRasic committed May 22, 2018
2 parents ab91b0b + 95dd051 commit a3094d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class MyForm extends React.Component {
}
```

With the `preventExternalInvalidation` the input will not be invalidated though it has an error.
With the `preventExternalInvalidation` the input will not be invalidated though it has an error when `updateInputsWithError()` or an `invalidate` callback is called.

### <a id="withFormsy">`withFormsy`</a>

Expand Down

0 comments on commit a3094d2

Please sign in to comment.