davidchin/react-input-range

Feature request: Add some class name for dragged circle

HawkeyePierce89 opened this issue · 1 comments

Hi everyone! If you see on cursor property, you can see value like as grabbing https://developer.mozilla.org/ru/docs/Web/CSS/cursor

I want use this css value for .input-range__slider, but I don't see how I can detect moment when we dragged circle. May be add some class for circle?

Hi everyone,
any update on the above issue?

Is there a way to add a class to the dragged circle?
I have tried adding event listener to the input slider so I can add a class to the label container, but not able to get any response from the event.

Any help would be appreciated.
Thank you.