Fix search input accessibility label

pull/6000/head
Chocobozzz 2023-10-09 09:28:58 +02:00
parent 28af325f99
commit f84002001a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<input
type="search" id="search-video" name="search-video" #searchVideo i18n-placeholder placeholder="Search videos, playlists, channels…"
[(ngModel)]="search" (ngModelChange)="onSearchChange()" (keydown)="handleKey($event)"
aria-label="Search" autocomplete="off"
autocomplete="off"
>
<button class="border-0 search-button" title="Search" i18n-title (click)="doSearch()">