From 4ee29f9972a93e3c390c5a63bcd9064636ec9459 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 10 Jan 2026 21:21:15 +0100 Subject: [PATCH] refactor(frontend): use FormField scoped slot id for select elements Update FormField usages with slotted select elements to use the exposed id from the scoped slot, ensuring label-input association works correctly. --- .../components/project/views/ViewEditForm.vue | 40 ++++++++++--------- .../src/components/sharing/LinkSharing.vue | 34 ++++++++-------- 2 files changed, 39 insertions(+), 35 deletions(-) diff --git a/frontend/src/components/project/views/ViewEditForm.vue b/frontend/src/components/project/views/ViewEditForm.vue index 5f1a8c94e..40e6c4993 100644 --- a/frontend/src/components/project/views/ViewEditForm.vue +++ b/frontend/src/components/project/views/ViewEditForm.vue @@ -133,25 +133,27 @@ function handleBubbleSave() { /> -
- -
+