We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618fffa commit efe03bcCopy full SHA for efe03bc
packages/main/src/TabInOverflow.hbs
@@ -4,6 +4,9 @@
4
type="{{this.overflowState}}"
5
?selected="{{this.effectiveSelected}}"
6
?disabled="{{this.effectiveDisabled}}"
7
+ aria-disabled="{{this.effectiveDisabled}}"
8
+ aria-selected="{{this.effectiveSelected}}"
9
+ aria-labelledby="{{this.ariaLabelledBy}}"
10
>
11
<div class="ui5-tab-overflow-itemContent">
12
{{#if this.icon}}
0 commit comments