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
|
|
@ -865,6 +865,7 @@ watch(
|
|||
:class="{ 'offset-md-5': modeView }"
|
||||
map-options
|
||||
emit-value
|
||||
autocomplete="off"
|
||||
:for="'field-select-status'"
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
:options="[
|
||||
|
|
@ -876,6 +877,7 @@ watch(
|
|||
|
||||
<q-select
|
||||
v-if="!modeView"
|
||||
autocomplete="off"
|
||||
id="select-field"
|
||||
for="select-field"
|
||||
class="col q-ml-sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue