eleven-8.x-1.0-beta5/eleven/templates/component/views/exposed/form--views-exposed-form.html.twig
eleven/templates/component/views/exposed/form--views-exposed-form.html.twig
{# we #}
{%
set remove_classes = [
'clearfix',
]
%}
{# Dont remove attribute ID will break the module installation #}
<form{{ attributes.removeClass(remove_classes).addclass(class) }}>
{{ children }}
</form>
