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

@ -111,6 +111,7 @@ defineEmits<{
:id="`${prefixId}-select-employer-branch`"
:for="`${prefixId}-select-employer-branch`"
:use-input="!customerBranch"
autocomplete="off"
input-debounce="0"
:hide-dropdown-icon="readonly"
:dense="dense"