Skip to content

Commit 2dfc701

Browse files
authored
Update template.hbs (ember-learn#369)
adding aria-label to search for accessibility purposes.
1 parent 644e5a2 commit 2dfc701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/components/docs-header/search-box/template.hbs

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
placeholder='SEARCH'
1515
class='docs-w-24 docs-text-xxs docs-p-2 docs-pl-6 docs-rounded focus:docs-bg-grey-lighter outline-none'
1616
data-search-box-input
17-
data-test-search-box-input>
17+
data-test-search-box-input
18+
aria-label="search">
1819
</div>

0 commit comments

Comments
 (0)