From c5e94efa957799265e6729ae9157817ab192a4b8 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 15 May 2026 15:37:59 +0200 Subject: [PATCH] Change `dog` field from combo to radio --- data/fields/dog_yes.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/fields/dog_yes.json b/data/fields/dog_yes.json index 904e3db29f..bf89eb747c 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}" }