Skip to content

Add debounce option for emitting input event or disable animation #7

@bartoszmagier

Description

@bartoszmagier

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions