Skip to content

Commit 14ad87c

Browse files
authored
Try radio selector for Direction fields (#2081)
1 parent ee89bd6 commit 14ad87c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data/fields/direction_vertex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"key": "direction",
3-
"type": "combo",
3+
"type": "radio",
44
"label": "Direction Affected",
55
"strings": {
66
"options": {

data/fields/railway/signal/direction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"key": "railway:signal:direction",
3-
"type": "combo",
3+
"type": "radio",
44
"label": "Direction Affected",
55
"strings": {
66
"options": {

data/fields/traffic_sign/direction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"key": "traffic_sign:direction",
3-
"type": "combo",
3+
"type": "radio",
44
"label": "Direction Affected",
55
"strings": {
66
"options": {

data/fields/traffic_signals/direction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"key": "traffic_signals:direction",
3-
"type": "combo",
3+
"type": "radio",
44
"label": "Direction Affected",
55
"strings": {
66
"options": {

0 commit comments

Comments
 (0)