PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Enhanced User Interface - Search Bar

  1. I love the look of the enhanced user interface (chosen) for a drop down, but I don't need the search bar that accompanies it. I only have a few selections in the drop down and it makes the search irrelevant. Is there a way to disable this, or some code I can manipulate in the .js file?

    Thank you for your help,
    DK

    Posted 11 years ago on Thursday June 7, 2012 | Permalink
  2. DK, you should be able to hide it via CSS, maybe something like this:

    [css]
    .chzn-search {
    display: none;
    }
    Posted 11 years ago on Thursday June 7, 2012 | Permalink
  3. That worked perfectly. Thank you for the quick response.

    Posted 11 years ago on Thursday June 7, 2012 | Permalink
  4. No problem, glad to help!

    Posted 11 years ago on Thursday June 7, 2012 | Permalink

This topic has been resolved and has been closed to new replies.