# Delay a callback for a rangeslider / number input?

**URL:** https://community.plotly.com/t/delay-a-callback-for-a-rangeslider-number-input/74444
**Category:** Dash Python
**Tags:** question
**Created:** [April 15, 2023, 10:35am UTC](https://community.plotly.com/t/delay-a-callback-for-a-rangeslider-number-input/74444 "2023-04-15T10:35:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![am1234](https://avatars.discourse-cdn.com/v4/letter/a/53a042/32.png) [@am1234](https://community.plotly.com/u/am1234)
#### Post date: [April 15, 2023, 10:35am UTC](https://community.plotly.com/t/delay-a-callback-for-a-rangeslider-number-input/74444/1 "2023-04-15T10:35:01Z")

</div>

Hello,

I have some range sliders and some number inputs. I want to delay them triggering a callback until the user stops changing their values, rather than the first click immediately triggering a callback. Is this possible?

I’ve seen that you can set `debounce = True` but this isn’t the solution that I’m after.

Many thanks.

---

<div class="post-metadata">

### Author: ![stu](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/stu/32/18439_2.png) [@stu](https://community.plotly.com/u/stu)
#### Post date: [April 15, 2023, 10:57am UTC](https://community.plotly.com/t/delay-a-callback-for-a-rangeslider-number-input/74444/2 "2023-04-15T10:57:42Z")

</div>

hi,  
Maybe you can consider adding an update button as an input to trigger the callback.
