Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

108
Views
How to customize CoveoSimpleFilter to single select dropdown

I have a requirement to develop a single select filterby dropdown using Coveo framework. Coveo provides CoveoSimpleFilter which is multi-select. How to customize CoveoSimpleFilter to single select dropdown.

<div class="CoveoSimpleFilter"
   data-title="All Filters"
   data-field="@somevalue"
   data-enable-clear-button="true">
</div>

//this is my code for dropdown
function Dropdown() {
    $('.CoveoSimpleFilter').click(function (e) {
           
            $('.coveo-simplefilter-value-container').toggle();
        });

        $(document).on("click", function (event) {
            if ($('.coveo-simplefilter-value-container-expanded').is(':visible')) {
                $('.coveo-simplefilter-value-container-expanded').hide();
            }
        });

        // Drop down select
        $('.coveo-simplefilter-value-container-expanded .coveo-checkbox-label').click(function (e) {
  
            $('.coveo-simplefilter-value-container-expanded').hide();
        });
    }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!