We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa6e66 commit 2f10bc0Copy full SHA for 2f10bc0
plugins/autocomplete.js
@@ -32,8 +32,6 @@ codeInput.plugins.Autocomplete = class extends codeInput.Plugin {
32
codeInput.appendChild(popupElem);
33
34
let testPosPre = document.createElement("pre");
35
- popupElem.setAttribute("inert", true); // Invisible to keyboard navigation
36
- popupElem.setAttribute("tabindex", -1); // Invisible to keyboard navigation
37
testPosPre.setAttribute("aria-hidden", true); // Hide for screen readers
38
if(codeInput.template.preElementStyled) {
39
testPosPre.classList.add("code-input_autocomplete_testpos");
0 commit comments