mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 06:10:40 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user