react-simple-tree-menu icon indicating copy to clipboard operation
react-simple-tree-menu copied to clipboard

Configurable Input placeholder text

Open pstephenwille opened this issue 4 years ago • 0 comments

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

pstephenwille avatar Aug 19 '21 21:08 pstephenwille