material-ui-slider
material-ui-slider copied to clipboard
onMouseUp event
hi there
I'm trying to call API every time slider changes. onChangeComplete
triggers every time slider-pointer stop moving which again make too much API call.Actually change is completed when mouse button released...
I think onMouseup
event is useful to be added as props.