Welcome to the new Box Support website. Check out all the details here on what’s changed.

Disable search box

Answered
New post

Comments

2 comments

  • jstoffan

    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.

     

    0
    Comment actions Permalink
  • Pat Graczyk

    hi is the above still the best way to hide the search field (I'm using the UI elements).

    0
    Comment actions Permalink

Please sign in to leave a comment.