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,6 +2,13 @@
"key": "display",
"type": "combo",
"label": "Display",
"options": ["analog", "digital", "sundial", "unorthodox"],
"strings": {
"options": {
"analog": "Analog",
"digital": "Digital",
"sundial": "Sundial",
"unorthodox": "Unorthodox"
}
},
"autoSuggestions" : false
}