mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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"
|
||||
:tabindex="tabindex"
|
||||
role="row"
|
||||
:aria-expanded="expanded"
|
||||
:aria-expanded="node.children && node.children.length ? expanded : undefined"
|
||||
:aria-level="level + 1"
|
||||
:aria-setsize="ariaSetSize"
|
||||
:aria-posinset="ariaPosInset"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue