Open jerbaroo opened 9 years ago
Another possibility would be a method to set the immediateValue such as: setImmediateValue(value)
@jbarischr is there any reason why you couldn't use the value property? e.g.
<paper-slider value="{{someValue}}"></paper-slider>
immediateValue
is only intended for reading the value when the user is dragging the knob.
It's not on the documentation here so I didn't know about it. Thanks! https://elements.polymer-project.org/elements/paper-slider
yes. that's a good call.
Would be great to be able to bind a value to immediateValue, especially two-way binding. Currently need to do repeated calls to increment() and decrement() to change value. It just seems wrong to have to do a hundred calls to increment().
Now that would be nice.