You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@johnparn I've got async-retrieved values that I need to fill in as the min and max values, and while that all works, the initial scale of the slider starts at 0 and at the beginning of the bar, instead of somewhere in the middle like I expect after I've filled in the values.
@anglinb I haven't yet, I've been busy like crazy. :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: