refactor: update search input to use placeholder and aria-label instead of label

This commit is contained in:
jxxghp
2026-05-17 23:08:34 +08:00
parent 48e6fc4466
commit 0e9ddc9da2

View File

@@ -929,7 +929,8 @@ onUnmounted(() => {
@compositionend="isComposing = false"
class="text-disabled"
density="compact"
:label="t('transferHistory.searchPlaceholder')"
:placeholder="t('transferHistory.searchPlaceholder')"
:aria-label="t('transferHistory.searchPlaceholder')"
prepend-inner-icon="mdi-magnify"
variant="solo-filled"
max-width="25rem"