Skip to content

Commit 05ab612

Browse files
committed
chore: added negative tab index to prevent focus
1 parent 844d1b2 commit 05ab612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export class PfSearchInput extends LitElement {
287287
<div
288288
id="listbox-container"
289289
?hidden="${!expanded}"
290+
tabindex="-1"
290291
style="${styleMap({
291292
marginTop: `${height || 0}px`,
292293
width: width ? `${width}px` : 'auto',

0 commit comments

Comments
 (0)