diff --git a/src/components/03_customer-management/employee/BasicInformation.vue b/src/components/03_customer-management/employee/BasicInformation.vue index bccc421a..c4d06438 100644 --- a/src/components/03_customer-management/employee/BasicInformation.vue +++ b/src/components/03_customer-management/employee/BasicInformation.vue @@ -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" diff --git a/src/components/shared/SelectInput.vue b/src/components/shared/SelectInput.vue index 0cfea29c..81b8b0a8 100644 --- a/src/components/shared/SelectInput.vue +++ b/src/components/shared/SelectInput.vue @@ -80,6 +80,7 @@ watch( :option-label="optionLabel" v-model="model" dense + autocomplete="off" :readonly :label="label" :options="incremental ? option : options" diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index ace18366..3acc6700 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -1160,6 +1160,7 @@ watch(currentHq, () => { v-model="statusFilter" outlined dense + autocomplete="off" option-value="value" :hide-dropdown-icon="$q.screen.lt.sm" option-label="label" @@ -1194,6 +1195,7 @@ watch(currentHq, () => { option-value="value" map-options emit-value + autocomplete="off" outlined multiple dense diff --git a/src/pages/02_personnel-management/MainPage.vue b/src/pages/02_personnel-management/MainPage.vue index b83d204c..27b28c6a 100644 --- a/src/pages/02_personnel-management/MainPage.vue +++ b/src/pages/02_personnel-management/MainPage.vue @@ -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( {