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 } />
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?