Skip to content

Commit

Permalink
Update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvelov committed Jun 29, 2020
1 parent be5ab3c commit 5fa7e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/ui-schema/field/display-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are 2 options: Full and Single.
The full model uses the entire form model as data.

```js
// Option 1 - full JSON schema
// Option 1 - full model
data() {
return {
uiSchema: [{
Expand Down Expand Up @@ -77,7 +77,7 @@ data() {
children: [{
component: 'div',
displayOptions: {
// 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
model: 'firstName',
schema: {
type: 'string',
Expand Down

0 comments on commit 5fa7e89

Please sign in to comment.