Reproduction link
https://codesandbox.io/s/ng-zorro-antd-ivy-forked-q0uyy?file=/src/app/app.component.ts
Steps to reproduce
Select one of the range sliders, use left or right arrow key to change the slider value.
What is expected?
The nzOnAfterChange function should execute with the new range value (on keyUp)
What is actually happening?
nzOnAfterChange does not execute at all.
| Environment |
Info |
| ng-zorro-antd |
13.0.1 |
| Browser |
Chrome |
Reproduction link
https://codesandbox.io/s/ng-zorro-antd-ivy-forked-q0uyy?file=/src/app/app.component.ts
Steps to reproduce
Select one of the range sliders, use left or right arrow key to change the slider value.
What is expected?
The
nzOnAfterChangefunction should execute with the new range value (on keyUp)What is actually happening?
nzOnAfterChangedoes not execute at all.