Components
<AisCurrentRefinements>
Lists currently active refinements with per-item removal controls.
Usage
<AisInstantSearch :configuration="configuration">
<AisCurrentRefinements id="shipping" :included-attributes="['free_shipping']" />
</AisInstantSearch>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
includedAttributes | string[] | undefined | Restricts displayed refinements to these attributes. |
excludedAttributes | string[] | undefined | Hides these attributes from the current refinement list. |
transformItems | function | undefined | Transforms refinement groups before rendering. |
id | string | "" | Optional widget ID for repeated instances in the same index. |
Use either
includedAttributes or excludedAttributes, not both.