From 8d27b52c6a641a19302c02e364238468fe2b2564 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 20 Dec 2025 17:45:58 +0100 Subject: [PATCH] fix(frontend): Keep values for newly added form input fields --- legalconsenthub/app/components/FormEngine.vue | 89 +++++++++++++------ 1 file changed, 60 insertions(+), 29 deletions(-) diff --git a/legalconsenthub/app/components/FormEngine.vue b/legalconsenthub/app/components/FormEngine.vue index ac96d96..665d570 100644 --- a/legalconsenthub/app/components/FormEngine.vue +++ b/legalconsenthub/app/components/FormEngine.vue @@ -1,48 +1,69 @@