fix: disable autocomplete for select with input
This commit is contained in:
parent
ce3d809bd9
commit
0b696032c1
7 changed files with 10 additions and 1 deletions
|
|
@ -1160,6 +1160,7 @@ watch(currentHq, () => {
|
|||
v-model="statusFilter"
|
||||
outlined
|
||||
dense
|
||||
autocomplete="off"
|
||||
option-value="value"
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
option-label="label"
|
||||
|
|
@ -1194,6 +1195,7 @@ watch(currentHq, () => {
|
|||
option-value="value"
|
||||
map-options
|
||||
emit-value
|
||||
autocomplete="off"
|
||||
outlined
|
||||
multiple
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue