Skip to content

Commit 5fa7e89

Browse files
committed
Update phrasing
1 parent be5ab3c commit 5fa7e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are 2 options: Full and Single.
1212
The full model uses the entire form model as data.
1313

1414
```js
15-
// Option 1 - full JSON schema
15+
// Option 1 - full model
1616
data() {
1717
return {
1818
uiSchema: [{
@@ -77,7 +77,7 @@ data() {
7777
children: [{
7878
component: 'div',
7979
displayOptions: {
80-
// Here we set to use only the value of the firstName model
80+
// Here we set to use the firstName model as the value to evaluate the schema against
8181
model: 'firstName',
8282
schema: {
8383
type: 'string',

0 commit comments

Comments
 (0)