From bb66f7502766b37146da6f5133e8eb2aad5d2136 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Thu, 15 May 2025 17:08:47 +0200 Subject: [PATCH] Add aria-label to the documentation searchbar and update the type to search (#25431) GitOrigin-RevId: 782eb2238636040fedae628b17224f2e91159a34 --- services/web/app/views/_mixins/faq_search-marketing.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/_mixins/faq_search-marketing.pug b/services/web/app/views/_mixins/faq_search-marketing.pug index 8ec136e08e..aa41d00f9b 100644 --- a/services/web/app/views/_mixins/faq_search-marketing.pug +++ b/services/web/app/views/_mixins/faq_search-marketing.pug @@ -6,7 +6,7 @@ mixin faq_search-marketing(headerText, headerClass) form.project-search.form-horizontal(role="search" data-ol-faq-search) .form-group.has-feedback.has-feedback-left .col-sm-12 - input.form-control(type='text', placeholder="Search help library…") + input.form-control(type='search', placeholder="Search help library…" aria-label="Search help library…") i.fa.fa-search.form-control-feedback-left(aria-hidden="true") i.fa.fa-times.form-control-feedback( style="cursor: pointer;",