Skip to content

Commit

Permalink
fix(ui5-tabcontainer): aria-controls now points to an existing ID (#1817
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vladitasev committed Jun 16, 2020
1 parent 1129b36 commit 2c61f50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/main/src/TabContainer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@
<div class="{{classes.content}}">
{{#each items}}
{{#unless this.isSeparator}}
<div class="ui5-tc__contentItem" id="ui5-tc-contentItem-{{this._position}}" ?hidden="{{this.effectiveHidden}}" role="tabpanel" aria-labelledby="{{this._id}}">
<div
class="ui5-tc__contentItem"
id="ui5-tc-contentItem-{{this._posinset}}"
?hidden="{{this.effectiveHidden}}"
role="tabpanel"
aria-labelledby="{{this._id}}"
>
<slot name="{{this._individualSlot}}"></slot>
</div>
{{/unless}}
Expand Down

0 comments on commit 2c61f50

Please sign in to comment.