Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider arrow key interaction does not trigger nzOnAfterChange #7251

Closed
jcarenza opened this issue Feb 8, 2022 · 0 comments
Closed

Slider arrow key interaction does not trigger nzOnAfterChange #7251

jcarenza opened this issue Feb 8, 2022 · 0 comments

Comments

@jcarenza
Copy link

jcarenza commented Feb 8, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants