From 531ba68b8940fa8f25989c1781bc583f750c0bfc Mon Sep 17 00:00:00 2001 From: puri-ph4tt Date: Fri, 15 Dec 2023 15:12:59 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=80=E0=B8=AD=E0=B8=B2=20dropdown?= =?UTF-8?q?=20=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B3=E0=B8=84=E0=B8=B1?= =?UTF-8?q?=E0=B8=8D=20=E0=B8=95=E0=B8=AD=E0=B8=99=E0=B8=AA=E0=B8=A3?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B9=80=E0=B8=AD=E0=B8=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/client/src/components/FileForm.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index 6a34273..2dfee63 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -211,6 +211,7 @@ const file = ref() label="กดปุ่มEnterเพื่อเพิ่ม" use-input use-chips + hide-dropdown-icon multiple input-debounce="0" @new-value="createCategory" @@ -220,11 +221,6 @@ const file = ref() @update:model-value="(v) => $emit('update:category', v)" data-testid="filterDataCategory" > -