Karkhut Volodymyr
Karkhut Volodymyr
Hi, @vakata by commenting these lines the focus behavior becames broken - all treeitems became focusable in the same time. Meanwhile I found similar to our situation in the on...
After some investigation I proposed potential fix in #2565 We could set tabindex="0" on focused node and leave container tabindex behavior as it is. It will fix the described issue...
Hi, @vakata. Could I ask in which version do you plan to include current ticket(and also other opened tickets marked with accessibility label)? And when could we expect such version...
Hello @dgorti , using "group" with nested "treeitems" is allowed for role="tree": According to 'tree' role description https://www.w3.org/TR/wai-aria-1.1/#tree the next required children described: group → treeitem treeitem  I suppose...
Hi @vakata, is there any plans to including this PR to one of the next versions?
Hi @davidengebretson, thank you for feedback. I've been working on custom separator component from our components library. This component might also contain visible label so I want to present this...