-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Reproduction
Any angular project with mat-slider and Ivy enabled
"angularCompilerOptions": {
"enableIvy": false
}
Steps to reproduce:
- Using mat-slider:
<mat-slider></mat-slider>
Enable ivy in tsconfig.app.json:
"angularCompilerOptions": {
"enableIvy": false
},
Expected Behavior
mat slider should be dragged using the cursor
Actual Behavior
Using the cursor to drag the mat-slider is not working when Ivy is enabled.
Environment
- Angular: 9.0.0-next.8
- CDK/Material:8.2.3
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
No labels