- Issue created by @sascher
All views have the exposed views container show up regardless if the view is using exposed filters or not. If themes have an explicit style around exposed filter div, then an empty box shows up on top.
1. Turn on the module
2. Go to any view that does not have an exposed filter
3. Inspect the code and see that the views exposed filters div shows up
not sure yet.
We are currently correcting this by editing the the template in views-view--page.twig
we are changing
{% if exposed %}
to
{% if exposed|render|trim %}