File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 :class =" [{'cursor-pointer': searchDisabled}, classesForInput]"
1717 autocomplete =" off" data-custom =" no-autofill"
1818 :placeholder ="
19- selectedItems.length && !multiple ? '' : (showDropdown ? $t('Search') : placeholder || $t('Select...'))
19+ selectedItems.length && !multiple ? '' : (showDropdown && !searchDisabled ? $t('Search') : placeholder || $t('Select...'))
2020 "
2121 />
2222
Original file line number Diff line number Diff line change 349349 v-model =" pageSizeInternal "
350350 :options =" pageSizeOptionsComputed "
351351 :searchDisabled =" true "
352- :style =" { width: selectDynamicWidth } "
352+ :style =" { width: selectDynamicWidth } "
353+ :placeholder =" pageSizeInternal ?.toString ()"
353354 class="text-sm "
354355 classesForInput="h-[34px] min-h-0 py-1 pl-2 pr-6 text-sm rounded-md cursor-pointer af-button-shadow
355356 bg-lightDropdownButtonsBackground text-lightDropdownButtonsText border-lightDropdownButtonsBorder
You can’t perform that action at this time.
0 commit comments