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

pull/3520/head^2
Tuğçe Küçükoğlu 2023-09-05 10:23:50 +03:00
parent e470811638
commit 936f95783e
1 changed files with 1 additions and 1 deletions

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"