react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
In the checkbox tree, role and state are not defined for checkable items and due to this, screen reader only announces name of the item while user navigates on items....
The checkbox tree is not accessible through keyboard, user is unable to interact with the control and won't be perform functionality over that control. Repro step: focus on the tree...
I'm having some difficulty in migrating from 1.5.1 to 1.6.0. I have resolved two separate issues that I will outline for anyone else that might get caught out by breaking...
Search filter is missing, if may add it, then it may be greater tree control in react js.
I think it would be useful to have the properties onDoubleClick and expandOnDoubleClick. More or less the same implementation as https://github.com/jakezatecky/react-checkbox-tree/pull/86 but with the double click trigger instead of the...
**Describe the bug** Some node properties aren't reflected on re-render when changed programmatically. I'm attempting to use react-checkbox-tree to show map layers. It's common to define when some spatial layer...
…anded, onClick and other user functions
Hello, I am using react-checkbox-tree in a project and I am trying to add custom key: value pairs to some TreeNodes. (ie:) ``` let myCustomNode = { value: "normalValue", label:...
change hint/tooltip props text for the toggle, expand all and collapse all