mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix search input accessibility label
This commit is contained in:
@@ -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()">
|
||||
|
||||
Reference in New Issue
Block a user