tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
859 stars 97 forks source link

onChange can't prevent event bubbling #186

Closed charlesmooredev closed 3 months ago

charlesmooredev commented 1 year ago

Currently the onChange function only returns a number which is convenient, but their's currently not support to stop event bubbling.

Could you add a prop for event bubbling or return a mouse event for stopPropogation?

tajo commented 3 months ago

What's the use-case?