mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
replace select inputs with combo inputs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "internet_access",
|
||||
"title": "Internet Access",
|
||||
"type": "select",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"yes",
|
||||
"no",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "religion",
|
||||
"type": "select",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"christian",
|
||||
"muslim",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"form": [
|
||||
{
|
||||
"key": "service",
|
||||
"type": "select",
|
||||
"type": "combo",
|
||||
"options": ["parking_aisle", "driveway", "alley", "drive-through", "emergency_access"]
|
||||
},
|
||||
"oneway",
|
||||
|
||||
Reference in New Issue
Block a user