Use an aria label for the search input

This commit is contained in:
Chocobozzz 2024-09-26 16:41:04 +02:00
parent bc2a055bc8
commit faa547e4a6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<div class="d-inline-flex position-relative" id="typeahead-container">
<input
type="search" id="search-video" name="search-video" #searchVideo i18n-placeholder placeholder="Search videos, playlists, channels…"
type="search" id="search-video" name="search-video" #searchVideo
i18n-ariaLabel aria-label="Search videos, playlists, channels…" i18n-placeholder placeholder="Search videos, playlists, channels…"
[(ngModel)]="search" (ngModelChange)="onSearchChange()" (keydown)="handleKey($event)"
autocomplete="off" aria-describedby="typeahead-input-help"
>