Skip to content

Commit c56690b

Browse files
committed
fix(dropdown-list): set ul element to focus able
1 parent d4089f3 commit c56690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/list/dropdown-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import { ScrollCustomEvent } from "./scroll-custom-event.interface";
5757
class="cds--list-box__menu cds--multi-select"
5858
(scroll)="emitScroll($event)"
5959
(keydown)="navigateList($event)"
60-
tabindex="-1"
60+
tabindex="0"
6161
[attr.aria-label]="ariaLabel"
6262
[attr.aria-activedescendant]="highlightedItem">
6363
<li

0 commit comments

Comments
 (0)