replace select inputs with combo inputs

This commit is contained in:
Ansis Brammanis
2013-03-10 14:32:16 -04:00
parent 77d2353f83
commit d808d5f556
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"key": "internet_access",
"title": "Internet Access",
"type": "select",
"type": "combo",
"options": [
"yes",
"no",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "religion",
"type": "select",
"type": "combo",
"options": [
"christian",
"muslim",
+1 -1
View File
@@ -13,7 +13,7 @@
"form": [
{
"key": "service",
"type": "select",
"type": "combo",
"options": ["parking_aisle", "driveway", "alley", "drive-through", "emergency_access"]
},
"oneway",