I'm having issues with the slider range displaying information it is not supposed to. This is what it looks like: range slider issue
The numbers before the first comma are what I want displayed. My other range sliders are displaying just fine using the exact same code.
column(width=5,sliderInput("Macd", label = h4("MACD Delta"), min = min_delta,
max = max_delta, value = c(min_delta, max_delta)))