fix: q-select autocomplete off

This commit is contained in:
puriphatt 2024-11-12 15:57:41 +07:00
parent 42e2f2b21d
commit 64fc8522af
3 changed files with 12 additions and 2 deletions

View file

@ -92,6 +92,7 @@ watch(
hide-selected
hide-bottom-space
input-debounce="0"
autocomplete="off"
:disable="!readonly && disableCode"
class="col-md-3 col-12"
v-model="code"
@ -161,6 +162,7 @@ watch(
map-options
hide-selected
hide-bottom-space
autocomplete="off"
input-debounce="0"
class="col-md-3 col-6"
v-model="expenseType"