react-input-range
react-input-range copied to clipboard
Can we have different on change handler events for min and max values?
I have a scenario In my project where I need to check whether I need to check min value is changed or max value is changed.
so it would be great if we have two separate on change handle events: OnChangeMinValue OnChangeMaxValue