Skip to content

Commit

Permalink
Add some logging to determine whether the function is firing to open …
Browse files Browse the repository at this point in the history
…the listbox
  • Loading branch information
jscholes committed Nov 21, 2020
1 parent 2f30e7b commit 93871d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/combobox-select-only/data/js/openListbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ testPageDocument.querySelector('[role="combobox"]').focus();
window.setTimeout(onSelectReady, 500);

function onSelectReady() {
console.log('opening listbox');
window.selectController.updateMenuState(true);
}

0 comments on commit 93871d7

Please sign in to comment.