Skip to content

Commit

Permalink
docs(NEWS): Fix name of sliderInput() function
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Sep 27, 2024
1 parent c489fef commit 563df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* Fixed a bug in `conditionalPanel()` that would cause the panel to repeatedly show/hide itself when the provided condition was not boolean. (@kamilzyla, #4127)

* Fixed a bug with `input_slider()` when used as a range slider that made it impossible to change the slider value when both handles were at the maximum value. (#4131)
* Fixed a bug with `sliderInput()` when used as a range slider that made it impossible to change the slider value when both handles were at the maximum value. (#4131)

# shiny 1.9.1

Expand Down

0 comments on commit 563df11

Please sign in to comment.