Is this a regression?
The previous version in which this bug was not present was
15.0.1
Description
The events no longer fire without any code change since 15.0.1.
<mat-slider>
<input matSliderStartThumb (dragEnd)="dragEnded($event)">
<input matSliderEndThumb (dragEnd)="dragEnded($event)">
</mat-slider>
Reproduction
Steps to reproduce:
- Add a new mat-slider with start and stop thumbs.
- Add a dragEnd event to each input
- Event is not triggered.
Expected Behavior
The event should fire on dragEnd
Actual Behavior
The event does not fire on dragEnd
Environment
- Angular: 15.0.4
- CDK/Material: 15.0.3
- Browser(s): Edge, Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows