if you put labels outside the slider range, they are still drawn, but they shouldn’t be see here FYI https://github.com/plotly/dashR/issues/80#issue-430575656 ### Example: ``` dccRangeSlider( marks=as.list(setNames(c(paste("Label", -5:6)), -5:6)), min=-5, max=6, value=list(-3, 4) ) ``` 
if you put labels outside the slider range, they are still drawn, but they shouldn’t be
see here FYI plotly/dashR#80 (comment)
Example: