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
When the user clicks on the slider every step between the values is animated and the value is emitted, which can sometimes slow down the browser (e.g. if there is validation and slider has a large min/max range, then there are a lot of steps and animation can be long).
Can you add an option for disabling the animation or debounce emitting the input event (so the animation of the knob will be played, but the value will update at the end, just once)