mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 01:36:45 +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"
|
@compositionend="isComposing = false"
|
||||||
class="text-disabled"
|
class="text-disabled"
|
||||||
density="compact"
|
density="compact"
|
||||||
:label="t('transferHistory.searchPlaceholder')"
|
:placeholder="t('transferHistory.searchPlaceholder')"
|
||||||
|
:aria-label="t('transferHistory.searchPlaceholder')"
|
||||||
prepend-inner-icon="mdi-magnify"
|
prepend-inner-icon="mdi-magnify"
|
||||||
variant="solo-filled"
|
variant="solo-filled"
|
||||||
max-width="25rem"
|
max-width="25rem"
|
||||||
|
|||||||
Reference in New Issue
Block a user