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.
1 parent be5ab3c commit 5fa7e89Copy full SHA for 5fa7e89
docs/api/ui-schema/field/display-options.md
@@ -12,7 +12,7 @@ There are 2 options: Full and Single.
12
The full model uses the entire form model as data.
13
14
```js
15
-// Option 1 - full JSON schema
+// Option 1 - full model
16
data() {
17
return {
18
uiSchema: [{
@@ -77,7 +77,7 @@ data() {
77
children: [{
78
component: 'div',
79
displayOptions: {
80
- // Here we set to use only the value of the firstName model
+ // Here we set to use the firstName model as the value to evaluate the schema against
81
model: 'firstName',
82
schema: {
83
type: 'string',
0 commit comments