-
Notifications
You must be signed in to change notification settings - Fork 346
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
Slider with lazy enabled gets model out of sync with internal state #375
Comments
I have not reappeared, I have been as fast as possible. Is the value not correct, or the tooltip is not displayed correctly? |
The value shown on tooltip is different from one in component model/change event. I think that it is just not updated/propagated outside in some rare cases (appears to be the case 1 of 5-10 times changing upper or lover bound). When it is out of sync - next change of other (correct) bound immediately changes model value to the one displayed on tooltip (makes it synced again). Here I made short screen recording from Codepen to illustrate issue. |
Thanks for the feedback, fixed in version 3.0.33. |
I have the same problem. But I am still experiencing problems. |
@mixbyme Please provide your parameters and component versions. It is best to have an online example |
If you switch on
lazy
option and move/drag slider relatively quickly releasing mouse button while moving sometimes the value shown on the label is different from one contained in component model (or sent with change event). See screenshot. Codepen for manual tesingThe text was updated successfully, but these errors were encountered: