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
|
|
@ -877,6 +877,7 @@ const emptyCreateDialog = ref(false);
|
|||
v-model="currentStatus"
|
||||
outlined
|
||||
dense
|
||||
autocomplete="off"
|
||||
option-value="value"
|
||||
option-label="label"
|
||||
class="col"
|
||||
|
|
@ -913,6 +914,7 @@ const emptyCreateDialog = ref(false);
|
|||
v-model="fieldSelected"
|
||||
:option-label="(l) => $t(l.label)"
|
||||
option-value="value"
|
||||
autocomplete="off"
|
||||
map-options
|
||||
emit-value
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue