-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double call in onAfterChangeSlider method #161
Comments
I was just coming on here to report this. We use the |
Looks like |
`onBeforeChange` and `onAfterChange` should only be called once per action, and none of the change events should fire if the action does not result in a change in value. Fixes #161
`onBeforeChange` and `onAfterChange` should only be called once per action, and none of the change events should fire if the action does not result in a change in value. Fixes #161
Hi!
I use the onAfterChangeSlider method to do a request with the new range values and this method is called twice every time I move a thumb.
Is this the regular behavior, or I'm doing something wrong?
thanks in advance!
The text was updated successfully, but these errors were encountered: