Skip to content

Commit d3efdef

Browse files
committed
docs(useFieldProps): update docs for formOptions prop
1 parent 1c14ff3 commit d3efdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/guide/composables/useFieldProps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const { field, model } = toRefs(props)
2222
Id of the field, computed based on the `idPrefix` set within the FormGenerator component and `name` property of the
2323
field.
2424

25-
### `formGenerator` <Badge type="info" text="Component"/>
26-
FormGenerator component.
25+
### `formOptions` <Badge type="info" text="Object"/>
26+
An object of global options for the current form.
2727

2828
### `field` <Badge type="info" text="Object"/> <Badge type="danger" text="required"/>
2929
Field object as set in the schema.

0 commit comments

Comments
 (0)