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 4672b91 commit 18b1261Copy full SHA for 18b1261
src/dialog/overflow-menu/overflow-menu-pane.component.ts
@@ -13,7 +13,7 @@ import { isFocusInLastItem, isFocusInFirstItem } from "./../../common/tab.servic
13
template: `
14
<ul
15
role="menu"
16
- aria-label="Overflow"
+ attr.aria-label="{{'Overflow' | translate}}"
17
#dialog
18
class="bx--overflow-menu-options bx--overflow-menu-options--open">
19
<ng-template
src/dialog/overflow-menu/overflow-menu.component.ts
@@ -19,7 +19,7 @@ import { Component } from "@angular/core";
#menu
20
[ibmOverflowMenu]="options"
21
[appendToBody]="true"
22
23
class="bx--overflow-menu"
24
role="button"
25
placement="bottom"
0 commit comments