dowjones/react-dropdown-tree-select

Highlight match on search

carantunes opened this issue · 1 comments

Most dropdowns that allow searching show matched nodes in bold.
Currently we don't have any class that allows to easily identify the matched nodes on search.

Describe the solution you'd like
I'd like an extra class, is-match or similar, in order to allow customising the css.

Thanks!

Try using the CSS selector .react-dropdown-tree-select .dropdown-content .root.searchModeOn .node