Skip to content

Commit 96a0f64

Browse files
committed
Use "properties" instead of "attributes" to potentially avoid confusion
1 parent 76d2ddb commit 96a0f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/ui-schema/field/field-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Field options
22

3-
## Available attributes
3+
## Available properties
44

55
> See Vue's guide on render function's [Data Object In-Depth]( https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth) for more details on all available properties
66
77
Since we're using Vue's [render functions](https://vuejs.org/v2/guide/render-function.html) to create the form elements basically any property that is supported in a render function can be used in the `fieldOptions` object.
88

9-
The following attributes are tested and supported with `vue-form-json-schema`
9+
The following properties are tested and supported with `vue-form-json-schema`
1010

1111
* [attrs](field-options/attrs.md)
1212
* [class](field-options/class.md)

0 commit comments

Comments
 (0)