Shiny Slider: Disable selection while dragging

Is there a way to disable the selection while dragging the shinySlider?
When I drag the slider slowly the website will calculate every value. Is there a way to disable that feature that shiny only takes the last selected value, without using a button.

Here is a reference
https://shiny.rstudio.com/reference/shiny/1.6.0/debounce.html

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.