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
We are using a single Slider in Vue 3 with the lazy option set to false.
If we drag the slider to 0 (our minimum value) and keep moving the mouse to the left (outside of the visible slider bar) without releasing the mouse, then back to the right (re-entering the visible slider bar), the slider value does no longer update.
It works fine when the lazy option is set to true.
The text was updated successfully, but these errors were encountered:
We are using a single Slider in Vue 3 with the lazy option set to
false
.If we drag the slider to 0 (our minimum value) and keep moving the mouse to the left (outside of the visible slider bar) without releasing the mouse, then back to the right (re-entering the visible slider bar), the slider value does no longer update.
It works fine when the lazy option is set to
true
.The text was updated successfully, but these errors were encountered: