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.
2 parents 77fdb13 + bed4e13 commit 9860acbCopy full SHA for 9860acb
src/content-switcher/content-switcher.component.ts
@@ -81,7 +81,7 @@ export class ContentSwitcher implements AfterViewInit {
81
82
@HostListener("keydown", ["$event"])
83
hostkeys(event: KeyboardEvent) {
84
- const buttonList = Array.from<any>(this.elementRef.nativeElement.querySelectorAll("[cdsContentOption]"));
+ const buttonList = Array.from<any>(this.elementRef.nativeElement.querySelectorAll("[cdsContentOption], [ibmContentOption]"));
85
86
switch (event.key) {
87
case "ArrowRight":
0 commit comments