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เพื่อเพิ่ม"
|
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||||
use-input
|
use-input
|
||||||
use-chips
|
use-chips
|
||||||
|
hide-dropdown-icon
|
||||||
multiple
|
multiple
|
||||||
input-debounce="0"
|
input-debounce="0"
|
||||||
@new-value="createCategory"
|
@new-value="createCategory"
|
||||||
|
|
@ -220,11 +221,6 @@ const file = ref<File | undefined>()
|
||||||
@update:model-value="(v) => $emit('update:category', v)"
|
@update:model-value="(v) => $emit('update:category', v)"
|
||||||
data-testid="filterDataCategory"
|
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>
|
</q-select>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue