helfi92 / material-ui-treeview

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

Add a `softSearch` prop #31

Closed helfi92 closed 5 years ago

helfi92 commented 5 years ago

softSearch: Given a searchTerm, a subtree will be shown if any parent node higher up in the tree matches the search term. Defaults to false.