mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4368 - TreeTable: aria-expanded attribute should not be on leaf nodes
This commit is contained in:
parent
e470811638
commit
936f95783e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
:style="node.style"
|
:style="node.style"
|
||||||
:tabindex="tabindex"
|
:tabindex="tabindex"
|
||||||
role="row"
|
role="row"
|
||||||
:aria-expanded="expanded"
|
:aria-expanded="node.children && node.children.length ? expanded : undefined"
|
||||||
:aria-level="level + 1"
|
:aria-level="level + 1"
|
||||||
:aria-setsize="ariaSetSize"
|
:aria-setsize="ariaSetSize"
|
||||||
:aria-posinset="ariaPosInset"
|
:aria-posinset="ariaPosInset"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue