We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda051e commit d65576dCopy full SHA for d65576d
README.md
@@ -401,6 +401,7 @@ An optional object
401
| :------------ | :--------- | -----------------------------------------------------------------------------------------------------------------------------------: |
402
| value | `string` | Usually, when using radio buttons, values are static. (Each button in the same group must have different values) |
403
| 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. |
405
406
> Example:
407
1.
0 commit comments