File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ When you are creating the component state, you can use this method to prevalidat
165165If you want, you can set ` showErrorsOnStart ` to true, so fields will be validated and you will get all the errors in the first component render.
166166When you are adding a Validator with ` Validator.addValidation ` method, all the fields will be prevalidated.
167167Prevalidation means, that you will get no error message, if the field has not passed a validation rule (` 'prevalidation-failed' ` ).
168- Vэlidation means, that you will get an error message, if the field has not passed a validation rule (` 'validation-failed' ` ).
168+ Validation means, that you will get an error message, if the field has not passed a validation rule (` 'validation-failed' ` ).
169169
170170### validate({stateChange} | updater | null, showErrors = true)
171171You should use it inside the this.setState method like it was already described [ here] ( #validation ) .
@@ -235,4 +235,4 @@ Use this method to check, if particular field is valid. Returns true if it is va
235235
236236
237237## Compatibility
238- This package id fully compatible with the React v.16, because it uses state updater functions inside.
238+ This package is fully compatible with the React v.16, because it uses state updater functions inside.
You can’t perform that action at this time.
0 commit comments