Disable search box
AnsweredWe are integrating Box with SF objects and we want to disable/hide the search and logo displayed as the header of the ContentExplorer UI control. Can this be done and if yes, how?
Thanks
Vijay
-
Hi Vijay:
There currently isn't a way to disable the header, logo, or search field directly via props. However, you could try hiding the various components by targeting them with CSS:
.be-logo, .be-search { display: none; }
Please feel free to open a Github Issue on the box-ui-elements repository to allow us to consider it for inclusion in our backlog.
Please sign in to leave a comment.
Comments
2 comments