We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc5de commit 4786c2bCopy full SHA for 4786c2b
src/search/search.component.html
@@ -14,9 +14,8 @@
14
'bx--toolbar-search-container-expandable': tableSearch && expandable,
15
'bx--toolbar-search-container-active': tableSearch && expandable && active
16
}"
17
- role="searchbox"
+ role="search"
18
[attr.aria-label]="ariaLabel"
19
- tabindex="0"
20
(click)="openSearch()">
21
<label class="bx--label" [for]="id">{{label}}</label>
22
0 commit comments