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
|
|
@ -80,6 +80,7 @@ watch(
|
|||
:option-label="optionLabel"
|
||||
v-model="model"
|
||||
dense
|
||||
autocomplete="off"
|
||||
:readonly
|
||||
:label="label"
|
||||
:options="incremental ? option : options"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue