This repository was archived by the owner on May 25, 2019. It is now read-only.

Description
I've run into a use-case where I'd like to have the min and max values interpolated. Basically, I have a value that is locale-dependent, and while the locale stuff works, the initial load of the slider doesn't take the interpolated value into account and the slider has a min/max value of 0 to start with, which makes the slider start at the beginning when it should be somewhere else along the bar.
If no one else grabs this, I'll come up with a pull request soon.