Skip to content

Commit

Permalink
Selection - add tabIndex to selection list to allow it to catch focus…
Browse files Browse the repository at this point in the history
… for scrolling
  • Loading branch information
JohnC-80 committed Oct 24, 2024
1 parent ccdf147 commit 2a700f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Selection/SelectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const SelectionList = ({
})}
style={{ maxHeight: listMaxHeight }}
className={css.selectionList}
tabIndex="-1"
>
{ isOpen && renderOptions()}
</ul>
Expand Down

0 comments on commit 2a700f6

Please sign in to comment.