Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Sep 13, 2024
1 parent 2bc092a commit a12a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ function fixMindReaderInput() {
input.setAttribute("role", "combobox");
input.setAttribute("aria-controls", input.getAttribute("id") + "-mindreader");

input.addEventListener("keyup", function() {
input.addEventListener("input", function() {

// Fix: When combobox is opened, the input needs to indicate it is opened and remove last active descendent.

Expand Down

0 comments on commit a12a88d

Please sign in to comment.