You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/ui-schema/field/field-options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Field options
2
2
3
-
## Available attributes
3
+
## Available properties
4
4
5
5
> 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
6
6
7
7
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.
8
8
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`
0 commit comments