I updated from Shiny 0.10 to 0.11 and my sliders stopped working, but only in Chrome - Firefox works without any problem. The slider appears without a problem, but I cannot move it at all. If it's relevant, the sliderInput is within a renderUI in the server.R file.
sliderInput("test","Test",min=0,max=100,value=50,step=5,post="%")
slierInputis within afluidpage- MYjx