Skip to content

Commit 4786c2b

Browse files
committed
fix: remove tabindex
Signed-off-by: Andrew Mak <[email protected]>
1 parent 5ccc5de commit 4786c2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/search/search.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
'bx--toolbar-search-container-expandable': tableSearch && expandable,
1515
'bx--toolbar-search-container-active': tableSearch && expandable && active
1616
}"
17-
role="searchbox"
17+
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)