You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
Only click is disabled
Single select tree item when not selected will have aria-selected=false
Expected Behavior 🤔
Expect all selection to be disabled.
If the tree does not support multiple selection, aria-selected is set to true for the selected node and it is not present on any other node in the tree.
eps1lon
changed the title
TreeView disableSelection does not disable all selections and incorrect aria-selected for single select
TreeView disableSelection does not disable all selections
Mar 22, 2020
eps1lon
changed the title
TreeView disableSelection does not disable all selections
[TreeView] disableSelection does not disable all selections
Mar 22, 2020
Current Behavior 😯
Expected Behavior 🤔
Steps to Reproduce 🕹
https://codesandbox.io/s/silly-knuth-yidwl
Steps:
Context 🔦
Trying to disable selection.
Expecting aria authoring practices
The text was updated successfully, but these errors were encountered: