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 1fce62b commit 86ef1f9Copy full SHA for 86ef1f9
web_src/js/features/aria.js
@@ -7,7 +7,7 @@ function generateAriaId() {
7
}
8
9
function attachOneDropdownAria($dropdown) {
10
- if ($dropdown.attr('data-aria-attached')) return;
+ if ($dropdown.attr('data-aria-attached') || $dropdown.hasClass('custom')) return;
11
$dropdown.attr('data-aria-attached', 1);
12
13
// Dropdown has 2 different focusing behaviors
0 commit comments