We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787170a commit 1d13165Copy full SHA for 1d13165
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-validify",
3
- "version": "5.7.5",
+ "version": "5.7.6",
4
"description": "Form validation made easy",
5
"main": "dist/index.js",
6
"module": "lib/index.js",
src/use-field.ts
@@ -30,7 +30,7 @@ const useField = (name: string) => {
30
errors,
31
};
32
33
- const handleChange = (value: string, field?: string) => {
+ const handleChange = (value: any, field?: string) => {
34
/*
35
If this field
36
- has errors
0 commit comments