Add string labels for combo fields with limited suggestions but allowed custom values

This commit is contained in:
Quincy Morgan 2020-12-08 11:42:18 -05:00
parent 278b0441af
commit 3c3984529e
8 changed files with 134 additions and 35 deletions

View file

@ -2,12 +2,14 @@
"key": "service",
"type": "combo",
"label": "Type",
"options": [
"driveway",
"parking_aisle",
"alley",
"drive-through",
"emergency_access"
],
"strings": {
"options": {
"driveway": "Driveway",
"parking_aisle": "Parking Aisle",
"alley": "Alley",
"drive-through": "Drive-Through",
"emergency_access": "Emergency Access"
}
},
"autoSuggestions" : false
}