Update README.md

This commit is contained in:
Nicco
2019-09-28 20:02:45 +02:00
committed by GitHub
parent 74abea76c9
commit 3bcd0657fa

View File

@@ -23,7 +23,7 @@
- Contructor - Contructor
- [Initial State](#initial) - [Initial State](#initial)
- [Validators](#validators) - [Validators](#validators)
- [Options](/#options) - [Options](#options)
- Returns - Returns
- [auto](#auto) - [auto](#auto)
- [form](#form) - [form](#form)
@@ -353,7 +353,7 @@ const { errors } = useForm(...)
{errors.password} {errors.password}
``` ```
###### isValid ## isValid
`isValid` is a little simple helper that checks whether the `error` object is clear or if there are errors left. `isValid` is a little simple helper that checks whether the `error` object is clear or if there are errors left.