Skip to content

Commit

Permalink
Simplify selection of armrests with guidance text
Browse files Browse the repository at this point in the history
Use labelled values in a checkbox to instead of the more complicated
combo.

Resolves #1226
  • Loading branch information
bompstable committed May 30, 2024
1 parent 11ee56c commit ca42e3f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions data/fields/armrest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"key": "armrest",
"type": "combo",
"type": "check",
"label": "Armrests",
"placeholder": "No armrests, One or more armrests...",
"strings": {
"options": {
"no": "No armrests",
"yes": "One or more armrests"
"undefined": "Unknown",
"yes": "One or more armrests",
"no": "No armrests"
}
},
"customValues": false
}
}

0 comments on commit ca42e3f

Please sign in to comment.