Skip to content

Commit 27911f3

Browse files
committed
chore: added type button for hidden button
1 parent e343b81 commit 27911f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pf-search-input/pf-search-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class PfSearchInput extends LitElement {
280280
<pf-icon size="md" icon="close" set="patternfly">close</pf-icon>
281281
</pf-button>
282282
</div>
283-
<button aria-label="toggle button" inert class="visually-hidden" id="toggle-button"></button>
283+
<button type="button" aria-label="toggle button" inert class="visually-hidden" id="toggle-button"></button>
284284
</div>
285285
<div
286286
id="listbox-container"

0 commit comments

Comments
 (0)