Skip to content

Filters Apply

The <filters-apply> webcomponent is used to apply filters.

DOM events

This webcomponent dispatches the following DOM events:

Example

    <filters-apply>
        <a class="btn btn_primary btn_xs">Apply filters</a>
    </filters-apply>
    <filters-apply>
        <a class="btn btn_primary btn_xs">{{ translate('Apply filters') }}</a>
    </filters-apply>

DOM events reference