File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44### Features
55
66- HTML Constraint Validation attributes for React components (without refs)
7- - Easily Extensible with own validators
7+ - Easily extensible with own validators
88- Localisation of error messages and interpolation
99- Written in Typescript
1010- Perfect fit to Formik
@@ -31,7 +31,7 @@ Add react-constraint-validation:
3131
3232 $ npm install react-constraint-validation --save
3333
34- Enhance a Formik field component with validation (should be done once per Application ):
34+ Enhance a Formik field component with validation (should be done once per application ):
3535
3636 const NumberField = withValidator({required, min, max },{number})(Field);
3737 const TextField = withValidator({required, minLength, maxLength})(Field);
@@ -45,7 +45,7 @@ A complete example can be found in [examples/formik](https://github.com/pstrh/re
4545
4646### WIP
4747
48- This is a new project. The basic functionality is there and can be tested .
48+ This is a new project. The basic functionality is there and can be used .
4949
5050Next topics/open issues:
5151- This list as GitHub issues ;)
You can’t perform that action at this time.
0 commit comments