fix: hide dropdown icon when sceen xs

This commit is contained in:
puriphatt 2024-07-18 04:51:09 +00:00
parent 035d3b0dcf
commit c910fbf7e7
5 changed files with 19 additions and 2 deletions

View file

@ -744,6 +744,7 @@ watch(inputSearch, async () => await fetchUserList());
class="col"
map-options
emit-value
:hide-dropdown-icon="$q.screen.lt.sm"
:options="[
{ label: $t('all'), value: 'all' },
{ label: $t('statusACTIVE'), value: 'statusACTIVE' },
@ -763,6 +764,7 @@ watch(inputSearch, async () => await fetchUserList());
}))
"
:display-value="$t('displayField')"
:hide-dropdown-icon="$q.screen.lt.sm"
v-model="fieldSelected"
option-label="label"
option-value="value"