diff --git a/data/fields/military.json b/data/fields/military.json index 4a7c5cb9..85eb39fd 100644 --- a/data/fields/military.json +++ b/data/fields/military.json @@ -1,6 +1,6 @@ { "key": "military", - "type": "typeCombo", + "type": "combo", "label": "Type", "strings": { "options": { @@ -12,5 +12,6 @@ "airfield": "Airfield", "obstacle_course": "Obstacle Course" } - } + }, + "autoSuggestions": false }