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

OnMouseUp never called if <Slider> is a child of a parent component with an "OnMouseUp" #1024

Open
davenport-t opened this issue Aug 12, 2024 · 0 comments

Comments

@davenport-t
Copy link

When a is added as a child of a parent element, and that parent element has an 'onMouseUp' event handler that stops propagation, the slider continues to call its "onChange" event after the user stops interacting with the Slider itself.

This problem is reproduced here:
https://codesandbox.io/p/sandbox/rc-slider-mouseup-cvx3j8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant