Skip to content

Commit f7ef8b8

Browse files
authored
Merge pull request #1338 from nschonni/action-search-pa11y
fix: update role and add missing label for search
2 parents 8c1241b + f3a395c commit f7ef8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ versions:
6666
<h2 class="mb-2 font-mktg h1">Code examples</h2>
6767

6868
<div class="pr-lg-3 mb-5 mt-3">
69-
<input class="js-code-example-filter input-lg py-2 px-3 col-12 col-lg-8 form-control" placeholder="Search code examples" type="text" autocomplete="off" />
69+
<input class="js-code-example-filter input-lg py-2 px-3 col-12 col-lg-8 form-control" placeholder="Search code examples" type="search" autocomplete="off" aria-label="Search code examples"/>
7070
</div>
7171

7272
<div class="d-flex flex-wrap gutter">

0 commit comments

Comments
 (0)