Skip to content

Commit a1fae5b

Browse files
authored
Merge pull request #2242 from makandre/patch-2
fix: Remove tabindex
2 parents 4e8dfa4 + 4786c2b commit a1fae5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/search/search.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}"
1717
role="search"
1818
[attr.aria-label]="ariaLabel"
19-
tabindex="0"
2019
(click)="openSearch()">
2120
<label class="bx--label" [for]="id">{{label}}</label>
2221

0 commit comments

Comments
 (0)