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 a181916 commit a540f0cCopy full SHA for a540f0c
README.md
@@ -73,7 +73,7 @@ import { ErrorMessage } from '@hookform/error-messagee';
73
74
export default function App() {
75
const { register, errors, handleSubmit } = useForm({
76
- validateCriteriaMode: 'all',
+ criteriaMode: 'all',
77
});
78
const onSubmit = (data) => console.log(data);
79
0 commit comments