Skip to content

Commit

Permalink
fix(ui5-tabcontainer): Implement ACC for overflowed items (#2047)
Browse files Browse the repository at this point in the history
FIXES: #2036
  • Loading branch information
fifoosid authored Aug 3, 2020
1 parent 618fffa commit efe03bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/main/src/TabInOverflow.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
type="{{this.overflowState}}"
?selected="{{this.effectiveSelected}}"
?disabled="{{this.effectiveDisabled}}"
aria-disabled="{{this.effectiveDisabled}}"
aria-selected="{{this.effectiveSelected}}"
aria-labelledby="{{this.ariaLabelledBy}}"
>
<div class="ui5-tab-overflow-itemContent">
{{#if this.icon}}
Expand Down

0 comments on commit efe03bc

Please sign in to comment.