mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3714] E2E for Search Slider Filter (#4007)
This commit is contained in:
committed by
Eugenio Romano
parent
cc7b9230ee
commit
5fc03cf26b
@@ -4,11 +4,12 @@
|
||||
[max]="max"
|
||||
[step]="step"
|
||||
[thumbLabel]="thumbLabel"
|
||||
(change)="onChangedHandler($event)">
|
||||
(change)="onChangedHandler($event)"
|
||||
data-automation-id="slider-range">
|
||||
</mat-slider>
|
||||
|
||||
<div class="facet-buttons">
|
||||
<button mat-button color="primary" (click)="reset()">
|
||||
<button mat-button color="primary" (click)="reset()" data-automation-id="slider-btn-clear">
|
||||
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user