There was an error while loading. Please reload this page.
1 parent 8103ab3 commit dda3387Copy full SHA for dda3387
README.md
@@ -78,7 +78,7 @@ const SignUp = () => {
78
}
79
const {
80
onSubmit, onChange, inputs, dirty, submitting, reset
81
- } = useForm('signInForm', option)
+ } = useForm('myAdvanceFormName', option)
82
83
useEffect(() => {
84
if(inputs.password1!==inputs.password2) console.log('password not matched')
0 commit comments