helfi92 / material-ui-treeview

A React tree view for material-ui.
MIT License
47 stars 21 forks source link

Subtrees won't expand when search is active #55

Open claudiorave opened 3 years ago

claudiorave commented 3 years ago

Thank you very much for the package. I ran into this problem:

Following the demo example: if I search "Parent B" when softSearch == True, it will display Parent B and its children Child C and Parent C. The problem is that the latter won't expand when clicked while the search is active (it does have children).

I haven't found a way to solve this through props.

Regards,

Claudio image