react-simple-tree-menu
react-simple-tree-menu copied to clipboard
Configurable Input placeholder text
I'd like to change the placeholder text on the search box but I'm not seeing way to do this. Ideally it would be a prop. Are there any plans to add this ability?
<TreeMenu data={ treeData }
initialOpenNodes={ [ 'entities' ] }
hasSearch={ true }
//placeHolder={'Search'}
cacheSearch={ false }
onClickItem={ nodeClickHandler }
matchSearch={ evaluateNodeValues } />