We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formOptions
1 parent 1c14ff3 commit d3efdefCopy full SHA for d3efdef
apps/docs/guide/composables/useFieldProps.md
@@ -22,8 +22,8 @@ const { field, model } = toRefs(props)
22
Id of the field, computed based on the `idPrefix` set within the FormGenerator component and `name` property of the
23
field.
24
25
-### `formGenerator` <Badge type="info" text="Component"/>
26
-FormGenerator component.
+### `formOptions` <Badge type="info" text="Object"/>
+An object of global options for the current form.
27
28
### `field` <Badge type="info" text="Object"/> <Badge type="danger" text="required"/>
29
Field object as set in the schema.
0 commit comments