Question
How to turn off scrolling for a numericInput?
Does anyone know how to turn off the slider feature of a numericInput
in R Shiny
?. When I run my app and am entering an input into the numeric input field, if the field is still selected and the user scrolls down, it changes what's entered into the input field. Is there a way to make it to where scrolling doesn't change the input field?
I tried using shinyjs
but couldn't get it to work.
3 55
3