Skip to content

Commit

Permalink
Merge pull request #16216 from rmcclell/patch-1
Browse files Browse the repository at this point in the history
Update slider.ts
  • Loading branch information
cetincakiroglu authored Aug 15, 2024
2 parents 809d27d + e2b8bac commit 6ce9365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/slider/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const SLIDER_VALUE_ACCESSOR: any = {
(touchmove)="onDrag($event, 1)"
(touchend)="onDragEnd($event)"
[attr.tabindex]="disabled ? null : tabindex"
role="slider"
[attr.aria-valuemin]="min"
[attr.aria-valuenow]="value ? value[1] : null"
[attr.aria-valuemax]="max"
Expand Down

0 comments on commit 6ce9365

Please sign in to comment.