fix: q-select autocomplete off
This commit is contained in:
parent
42e2f2b21d
commit
64fc8522af
3 changed files with 12 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue