From 5aefbb272fec58ce70371832695a2a00bcabf4f8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 17 Oct 2021 18:55:54 +0100 Subject: [PATCH] :construction: Now displays different input fields, dependeing on data type --- src/components/InteractiveEditor/EditItem.vue | 110 +++++++++++++----- 1 file changed, 84 insertions(+), 26 deletions(-) diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index a4a27844..ec1487b2 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -3,7 +3,7 @@ :name="modalName" :resizable="true" width="50%" - height="85%" + height="80%" classes="dashy-modal edit-item" @closed="modalClosed" > @@ -15,13 +15,33 @@

- + +