Skip to content

Commit d65576d

Browse files
committed
docs(useForm): 📚 update docs
1 parent cda051e commit d65576d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ An optional object
401401
| :------------ | :--------- | -----------------------------------------------------------------------------------------------------------------------------------: |
402402
| value | `string` | Usually, when using radio buttons, values are static. (Each button in the same group must have different values) |
403403
| generateProps | `function` | Provides `name`, `value` and `error` that can be used to generate additional props. Useful, if you want to avoid using `form.fields` |
404+
| formName | `string` | If the input type is `submit`, it can be used to override the name of the form being submitted. |
404405

405406
> Example:
406407
1.

0 commit comments

Comments
 (0)