Fixed #4368 - TreeTable: aria-expanded attribute should not be on leaf nodes

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-05 10:23:50 +03:00
parent e470811638
commit 936f95783e

View file

@ -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"