-
DescriptionThank you again for (Apologies if I missed this in another thread. I searched using Package Version: 1.0.2 Thanks very much, Kurtis |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Actually right now we're just using I'm not sure why we did that, we probably had a reason. But it allows any input type, so that seems like a silly choice. Changing that to |
Beta Was this translation helpful? Give feedback.
-
|
After a little more discussion, one of the reasons we use |
Beta Was this translation helpful? Give feedback.
Actually right now we're just using
shiny::textInput()fornumericquestion types: https://github.com/surveydown-dev/surveydown/blob/main/R/ui.R#L1024-L1029I'm not sure why we did that, we probably had a reason. But it allows any input type, so that seems like a silly choice. Changing that to
shiny::numericInput()is probably a good idea.