We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems like the way to change the slider's value programatically is to set the .value property on this.refs["sliderRef"].
This makes it very difficult to initialize the slider value based on a parent prop on first render.
Just wondering why it was implemented this way?