Jeevananandan J
Jeevananandan J
Sorry my solution is not worked. Please check the issue.
The issues is with the latest version. If I use previous version, I don't get any issue. ``` "jquery": "^3.6.0", "jquery.fancytree": "^2.38.0", ```
Nope. I didn't find anything other than that when I have used in my project.
Yes, when we clicked on the child (checkbox), we do not know whether the parent is selected or not.
Is it possible to integrate with [https://github.com/bvaughn/react-window](https://github.com/bvaughn/react-window)
Did you solve this issue?
Thank you @JustinTime42 . Yes I am getting the activeEventKey as mentioned. But I want to know whether it is opened or not. It would be nice If we have...
Thank you. If we use alwaysOpen feature, then multiple keys are given to onselect. So, It will be good to have two features - While trigger on select, good to...
Added an additional event oncomplete and additional properties for onselect... https://github.com/react-bootstrap/react-bootstrap/pull/6407
Good work.. But as I mentioned, we don't have which key has been performed in the current scenario.. In my added feature, May be we can ignore oncomplete. I have...