Hi,
I am strugling with two things on the numericInput function from the shiny package:
1- I would like to enter a number only by typing, getting rid of the spinner
2 - The title of the input is always appearing on top of the numericInput window, does anyone know how I can put on the side?
The code I am using is:
Required Input
numericInput(inputId = "ElevationReference",
label = "Elevation reference",
value = 555.53,
width = "80px"),