fix: เอา dropdown คำสำคัญ ตอนสร้างเอกสารออก
This commit is contained in:
parent
1d5387c2c0
commit
531ba68b89
1 changed files with 1 additions and 5 deletions
|
|
@ -211,6 +211,7 @@ const file = ref<File | undefined>()
|
|||
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||
use-input
|
||||
use-chips
|
||||
hide-dropdown-icon
|
||||
multiple
|
||||
input-debounce="0"
|
||||
@new-value="createCategory"
|
||||
|
|
@ -220,11 +221,6 @@ const file = ref<File | undefined>()
|
|||
@update:model-value="(v) => $emit('update:category', v)"
|
||||
data-testid="filterDataCategory"
|
||||
>
|
||||
<template v-slot:no-option>
|
||||
<q-item>
|
||||
<q-item-section class="text-grey"> No results </q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue