mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 16:16:24 +00:00
Update README.md
This commit is contained in:
parent
74abea76c9
commit
3bcd0657fa
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user