From 12f4ac07f78ab148e286cc485079cc510a0e3c1c Mon Sep 17 00:00:00 2001 From: celikerde Date: Mon, 11 May 2026 22:27:19 +0300 Subject: [PATCH] fix(Process): enhance reason input with overflow handling and submission logic --- vue/src/js/components/inputs/Process.vue | 170 ++++++++++++++++++++++- 1 file changed, 167 insertions(+), 3 deletions(-) diff --git a/vue/src/js/components/inputs/Process.vue b/vue/src/js/components/inputs/Process.vue index 459982a64..5b1153991 100644 --- a/vue/src/js/components/inputs/Process.vue +++ b/vue/src/js/components/inputs/Process.vue @@ -167,6 +167,59 @@ :col-classes="['font-weight-bold text-wrap', 'd-flex justify-start']" :col-ratios="historyColRatio ?? displayColRatio" > +