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" > -