You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want make that https://codepen.io/c0ncentus/pen/LYRKdpL
so the simplest way to customize it is with your component (thanks) .... Wait .... can you detect (event) when user dragEnter and leave the drag ?
I have wrapp with div tag and that is not work : /
Currently support or not ?
Thanks to make React better 🤟
The text was updated successfully, but these errors were encountered:
If I understand this ticket correctly, this is something that I also wondered. I'm using this library with react-player, which is a player that is constantly updating its progress. So what I would need to do is detect when we are seeking, so I can stop updating my react-range instance. This could probably work by exposing this: isDragged: this.state.draggedThumbIndex > -1 with the help of an event for example: onDragStart and onDragEnd (which is probably = onFinalChange, that is already available)
Hi,
I want make that https://codepen.io/c0ncentus/pen/LYRKdpL
so the simplest way to customize it is with your component (thanks) .... Wait .... can you detect (event) when user dragEnter and leave the drag ?
I have wrapp with div tag and that is not work : /
Currently support or not ?
Thanks to make React better 🤟
The text was updated successfully, but these errors were encountered: