Disable search box
回答済みWe 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.
サインインしてコメントを残してください。
コメント
2件のコメント