mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-12-09 23:25:02 +00:00
Merge branch 'master' of https://github.com/CupCakeArmy/formhero
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