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

@ -1686,6 +1686,7 @@ watch([inputSearch, currentStatus], async () => {
class="col"
map-options
emit-value
:hide-dropdown-icon="$q.screen.lt.sm"
:options="[
{ label: $t('all'), value: 'All' },
{ label: $t('statusACTIVE'), value: 'ACTIVE' },
@ -1703,6 +1704,7 @@ watch([inputSearch, currentStatus], async () => {
: fieldDisplayEmployee
"
:display-value="$t('displayField')"
:hide-dropdown-icon="$q.screen.lt.sm"
v-model="fieldSelected"
option-label="label"
option-value="value"