fix: disable autocomplete for select with input

This commit is contained in:
Methapon Metanipat 2024-11-11 10:57:02 +07:00
parent ce3d809bd9
commit 0b696032c1
7 changed files with 10 additions and 1 deletions

View file

@ -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"