Skip to content

Commit

Permalink
Fixed #4181 - TabView: ID used in aria-controls does not exist on pan…
Browse files Browse the repository at this point in the history
…el content div
  • Loading branch information
tugcekucukoglu committed Jul 24, 2023
1 parent ccf6941 commit eb11205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/tabview/TabView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<div
v-if="lazy ? isTabActive(index) : true"
v-show="lazy ? true : isTabActive(index)"
:id="getTabContentId(index)"
:style="getTabProp(tab, 'contentStyle')"
:class="cx('tab.content', { tab })"
role="tabpanel"
Expand Down

0 comments on commit eb11205

Please sign in to comment.