Skip to content

Commit

Permalink
Update listbox config to include new option
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 9, 2021
1 parent 69a1d1b commit 581841b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/_listbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ class SingleSelectListbox {
selectFocussed: [ 'Enter', ' ' ]
},
keyboardNavigableElements: options,
keyboardNavigationClass: 'is-keyboard-navigation',
onSelect: (element) => {
const option = element;

Expand Down

0 comments on commit 581841b

Please sign in to comment.