dreamRs / shinyWidgets

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

updateSliderTextInput() doesn't have a default argument for session #693

Closed jzadra closed 4 months ago

jzadra commented 5 months ago

Every other shinywidgets::update* function I've used has a default argument for session, but updateSliderTextInput() does not.

pvictor commented 4 months ago

Thank you, that's fixed.