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
237ef63ea0
commit
10ddb9f2b0
@ -121,7 +121,7 @@ const Form = () => {
|
|||||||
### `useForm`
|
### `useForm`
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
const {auto, errors, update, form} = useForm(initial, validators, options)
|
const {auto, errors, update, form, isValid} = useForm(initial, validators, options)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Initial
|
### Initial
|
||||||
|
Loading…
Reference in New Issue
Block a user