dreamRs / shinyWidgets

shinyWidgets : Extend widgets available in shiny
https://dreamrs.github.io/shinyWidgets/
GNU General Public License v3.0
834 stars 153 forks source link

Fix documentation of `noUiSliderInput()`'s `update_on` #685

Closed fkohrt closed 7 months ago

fkohrt commented 7 months ago

To continuously send values, one has to set update_on = "change" rather than update_on = "update"

pvictor commented 7 months ago

Thank you!