From: Terran McCanna Date: Tue, 22 Oct 2019 20:16:35 +0000 (-0400) Subject: LP#1839369 Accessibility for Search Box X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c9bc033e8962d7d7910cbda1b47e974e1de7a30;p=working%2FEvergreen.git LP#1839369 Accessibility for Search Box This adds an accessible label to the Search box on the splash page of the staff client as well as to the Angular version of the splash page. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/eg2/src/app/staff/splash.component.html b/Open-ILS/src/eg2/src/app/staff/splash.component.html index e4decff845..b9faf2f30f 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -71,7 +71,8 @@ [(ngModel)]="catSearchQuery" id='catalog-search-input' (keyup.enter)="searchCatalog()" - i18n-placeholder placeholder="Search for..."> + i18n-placeholder placeholder="Search for..." + i18n-aria-label aria-label="Search for...">