Fixed #4368 - TreeTable: aria-expanded attribute should not be on leaf nodes
parent
e470811638
commit
936f95783e
|
@ -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…
Reference in New Issue