mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4181 - TabView: ID used in aria-controls does not exist on panel content div
This commit is contained in:
parent
ccf694131a
commit
eb11205e3a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue