# Reset Facet

> Button that clears all active filters for one target.

<!-- Sources: src/Components/Facets/ResetFacet/ResetFacet.php; client/src/domains/facets/service/facet-controller.ts; tests/e2e/components/facets/reset-facet.spec.ts; tests/e2e/components/facets/url-params.spec.ts -->

# Reset Facet

`Reset Facet` clears active controls for a target and requests the unfiltered target state.

## Props

| Group | Prop | Default | Meaning |
| --- | --- | --- | --- |
| Settings | `target` | empty | Shared target ID. |
| Settings | `label` | `Reset filters` | Fallback button label when the default slot is empty. |
| Styling | `class` | `ome-reset-facet-default` | Button class. |

## Runtime Notes

- Reset Facet clears all registered facet controls for the same target.
- It also clears URL state for that target.
- Radio List's built-in reset option clears only that radio list selection. Reset Facet clears the whole target scope.

Use Reset Facet when users need one clear action for a complete faceted interface.
