mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
79730: Improve slider handles keyboard control
This commit is contained in:
@@ -32,8 +32,9 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="shouldShowSlider()">
|
<ng-container *ngIf="shouldShowSlider()">
|
||||||
<nouislider [connect]="true" [min]="min" [max]="max" [step]="1"
|
<nouislider [connect]="true" [min]="min" [max]="max" [step]="1"
|
||||||
[(ngModel)]="range" (change)="onSubmit()" ngDefaultControl></nouislider>
|
[dsDebounce]="500" (onDebounce)="onSubmit()"
|
||||||
|
[(ngModel)]="range" ngDefaultControl>
|
||||||
|
</nouislider>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngFor="let page of (filterValues$ | async)?.payload">
|
<ng-container *ngFor="let page of (filterValues$ | async)?.payload">
|
||||||
<div [@facetLoad]="animationState">
|
<div [@facetLoad]="animationState">
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
box-shadow: var(--bs-input-btn-focus-box-shadow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user