This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
onSlide event? #7
Comments
Merged
Released in |
How exactly this is supposed to work, because now the dragging doesn't update the slider movement before dragging stops, and that is obviously not wanted behavior? |
Hi @elinake, can you open a new issue describing your problem in details? Since this is an old issue. Thanks |
Also most probably you might want to check https://github.com/leongersen/noUiSlider directly. |
Hey can you open a new issue and demonstrate your problem in a repository, or even as a PR of this repository? Thanks |
My problem was resolved. I can write smth like "How to resolve" if it necessary. It's not about wrapper's code. It's like guide. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently discovered that rerendering onUpdate will make react behave poorly, because
update
is fired immediately onload. If usingupdate
for rendering something,update
will trigger a rerender, which will triggerupdate
, which triggers a rerender, and yadda yadda yadda.on('slide')
, on the other hand, does not fire on rerender—only on a slide event (obviously).I'm willing to add this functionality to the slider if y'all are accepting pull requests :)
The text was updated successfully, but these errors were encountered: