Debounce for range input onChange trigger

Hi there,

When using onChange the range slider (step size=1) fires a lot of requests. We now use mouse up, but sometimes that trigger is missed when going to fast. Is it possible to apply a debounce delay on change?

You could try to ask the AI to fork it.

Thanks, that worked. See this demo.

Also posted the debounce option for range input as an improvement request on feedback.weweb.io

I got a message from support that they have added debounce to the native slider component.