react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

A simple and elegant checkbox tree for React.

Results 139 react-checkbox-tree issues
Sort by recently updated
recently updated
newest added

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....

enhancement

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...

enhancement

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...

bug

Search filter is missing, if may add it, then it may be greater tree control in react js.

enhancement

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...

enhancement

**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...

bug
verified

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:...

enhancement

change hint/tooltip props text for the toggle, expand all and collapse all

enhancement