Closed charlesmooredev closed 3 months ago
Currently the onChange function only returns a number which is convenient, but their's currently not support to stop event bubbling.
onChange
Could you add a prop for event bubbling or return a mouse event for stopPropogation?
stopPropogation
What's the use-case?
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
?