So I have a view and added some exposed filters. Now I can render these sort options in a select list. However the list isn’t very good for my theme so I am trying to recreate the select list. I have tried BEF, Chosen etc. And everything I have tried either doesn’t help or isn’t supported
I have myview-exposed-form.html.twig where the only variable I have is {{ form }}. how do I print individual filters as single options, rather than a full select list for each? So I’m trying to get the HTML for each item in the option list so I can create my own form, rather than rely on the select list.
How can I do this?