From 95dd0516052053accd8781c3acb358d06d28747b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Ra=C5=A1i=C4=87?= Date: Tue, 22 May 2018 20:51:44 +0200 Subject: [PATCH] Clarified preventExternalInvalidation --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 956c6b86..cc874d09 100644 --- a/API.md +++ b/API.md @@ -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. ### `withFormsy`