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 011a221 commit c8ad1acCopy full SHA for c8ad1ac
elements/pf-search-input/pf-search-input.ts
@@ -188,7 +188,6 @@ export class PfSearchInput extends LitElement {
188
</div>
189
<pf-text-input
190
icon="search"
191
- accessible-label="search"
192
id="toggle-input"
193
?disabled="${disabled}"
194
@keydown=${this.#onSearchInput}
@@ -203,9 +202,10 @@ export class PfSearchInput extends LitElement {
203
202
>
204
<pf-icon size="md" icon="close" set="patternfly">close</pf-icon>
205
</pf-button>
206
- <div class="visually-hidden" id="toggle-button"></div>
+ <button aria-label="toggle button" inert class="visually-hidden" id="toggle-button"></button>
207
208
<div
+
209
id="listbox-container"
210
?hidden="${!expanded}"
211
style="${styleMap({
0 commit comments