diff --git a/changes/changelog.d/2142.bugfix b/changes/changelog.d/2142.bugfix
new file mode 100644
index 000000000..d17731638
--- /dev/null
+++ b/changes/changelog.d/2142.bugfix
@@ -0,0 +1 @@
+Fixed Fomantic UI dropdown messing with Vue internals in radio builder (#2142)
diff --git a/front/src/components/library/radios/Builder.vue b/front/src/components/library/radios/Builder.vue
index 629a7b161..a7b298a76 100644
--- a/front/src/components/library/radios/Builder.vue
+++ b/front/src/components/library/radios/Builder.vue
@@ -1,5 +1,5 @@
- {{ filter.label }} |
+ {{ data.filter.label }} |
|