whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
643 stars 237 forks source link

onChangeStart event doesn't return value #161

Open artakpoghosyan1 opened 3 years ago

artakpoghosyan1 commented 3 years ago

There are 3 events

onChange?(value: number): void;
onChangeComplete?(value: number): void;
onChangeStart?(value: number): void;

only onChange returns value the other ones return class instance

Screen Shot 2021-01-29 at 12 52 14 AM
morelgarisi commented 3 years ago

is there any solution here?