diff --git a/data/fields/dog_yes.json b/data/fields/dog_yes.json index 904e3db29..bf89eb747 100644 --- a/data/fields/dog_yes.json +++ b/data/fields/dog_yes.json @@ -1,12 +1,10 @@ { "key": "dog", - "type": "combo", + "type": "radio", "label": "{dog}", "options": [ "leashed", "unleashed" ], - "stringsCrossReference": "{dog}", - "autoSuggestions": false, - "customValues": false + "stringsCrossReference": "{dog}" }