Hi everyone! I need to have the Facets as dropdown...
# suitecommerce
l
Hi everyone! I need to have the Facets as dropdowns but I need for the dropdown to stay open after I select the options. By default, after selecting the options, the dropdown closes. Anyone knows if there is a workaround to keep the dropdown open once I start selecting the options inside that dropdown? any ideas?
s
In the site config record, under Facets, you choose whether a facet is COLLAPSED and NON-COLLAPSIBLE -- is that what you're looking for?
l
Not exactly… the client requested a customization to convert the facets into actual default dropdowns therefore the functionality of non collapsible in place does not work with the actual dropdowns.
s
Oh, so you've converted them to standard HTML <select> elements with <option>s ?
l
yes, I kept all the logic, I just adjusted the templates and styles to be display as dropdowns.. But I assume that since those are dropdowns, there’s no way to keep them open while selecting options inside, right?
s
Unless it's a multiple select, that's not possible
AFAIK
l
yeah, that’s what I was thinking too. If it’s a dropdown no way is going to stay open. I’m going to test some other options. Thanks!