It mot bug actually but need help with removing case sensitive in search query
Please include either a failing unit test or a simple reproduction. You can start by forking the CodeSandbox example
Provide as much information as possible about your requested feature. Here are a few questions you may consider answering:
@2503shubham Change the searchMethod to your own implementation based on this: https://github.com/frontend-collective/react-sortable-tree/blob/master/src/utils/default-handlers.js#L47
There is also a great example of how to do remove case-sensitive searching in the storybook(https://frontend-collective.github.io/react-sortable-tree/storybook/?selectedKind=Basics&selectedStory=Minimal%20implementation&full=0&addons=0&stories=1&panelRight=0) To see the code, please check here (https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/search.js)
@lifejuggler @chase , Thanks for the help! :)
Most helpful comment
There is also a great example of how to do remove case-sensitive searching in the storybook(https://frontend-collective.github.io/react-sortable-tree/storybook/?selectedKind=Basics&selectedStory=Minimal%20implementation&full=0&addons=0&stories=1&panelRight=0) To see the code, please check here (https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/search.js)