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 && !searchDisabled ? $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 @@ -449,7 +449,7 @@ async function init() {
449449 }
450450 // page init should be also in same tick
451451 if (route .query .page ) {
452- page .value = parseInt (route .query .page as string );
452+ page .value = parseInt (route .query .page as string );
453453 }
454454 if (route .query .pageSize ) {
455455 const parsedPageSize = parseInt (route .query .pageSize as string );
You can’t perform that action at this time.
0 commit comments