mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-20 15:19:41 +08:00
refactor: update search input to use placeholder and aria-label instead of label
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user