Skip to content

Commit

Permalink
listBox doesn't forward focus anymore, phetsims/scenery#1550
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 18, 2023
1 parent ac6a486 commit 1873c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/ComboBoxListBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default class ComboBoxListBox<T> extends Panel {
tagName: 'ul',
ariaRole: 'listbox',
groupFocusHighlight: true,
focusable: true,

openedSoundPlayer: generalOpenSoundPlayer,
closedNoChangeSoundPlayer: generalCloseSoundPlayer,
Expand Down

0 comments on commit 1873c14

Please sign in to comment.