From df0616f77ea3fe8ee3ecee2727ad4c3e71a5486f Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Wed, 21 Jan 2026 15:42:38 +0200 Subject: [PATCH] paste options --- app/javascript/template_builder/field.vue | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/app/javascript/template_builder/field.vue b/app/javascript/template_builder/field.vue index 7af7cee5..d20dc5b3 100644 --- a/app/javascript/template_builder/field.vue +++ b/app/javascript/template_builder/field.vue @@ -185,6 +185,7 @@ :placeholder="`${t('option')} ${index + 1}`" @keydown.enter="option.value ? addOptionAt(index + 1) : null" @blur="save" + @paste="onOptionPaste($event, index)" >