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 e343b81 commit 27911f3Copy full SHA for 27911f3
elements/pf-search-input/pf-search-input.ts
@@ -280,7 +280,7 @@ export class PfSearchInput extends LitElement {
280
<pf-icon size="md" icon="close" set="patternfly">close</pf-icon>
281
</pf-button>
282
</div>
283
- <button aria-label="toggle button" inert class="visually-hidden" id="toggle-button"></button>
+ <button type="button" aria-label="toggle button" inert class="visually-hidden" id="toggle-button"></button>
284
285
<div
286
id="listbox-container"
0 commit comments