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

@ -128,6 +128,7 @@ watch(
:disable="isRoleInclude(['branch_manager']) && !readonly"
v-model="hqId"
for="select-hq-id"
autocomplete="off"
input-debounce="0"
option-label="label"
option-value="value"
@ -168,6 +169,7 @@ watch(
hide-selected
hide-bottom-space
for="select-br-id"
autocomplete="off"
input-debounce="0"
option-label="label"
option-value="value"
@ -226,6 +228,7 @@ watch(
option-value="value"
option-label="label"
for="select-user-type"
autocomplete="off"
:dense="dense"
:readonly="readonly"
:hide-dropdown-icon="readonly"
@ -259,6 +262,7 @@ watch(
hide-bottom-space
class="col"
input-debounce="0"
autocomplete="off"
option-label="label"
option-value="value"
for="select-user-role"