Eager updates for a Polymer component...?

Hi all. I’ve ported one of the paper-sliders to v14+, see: https://paper-slider.herokuapp.com and [source]
(https://github.com/markhm/vaadin-paper-sliders).

As you can see, the updates are lazy; the label value is only updated when releasing the slider after moving it.

How can I change the implementation, so the updates will be eager; having multiple updates while dragging the slider…?

Best, Mark

Hi, the value of the component is lazy.
Paper-slider has a property immediateValue. I think you can use this property to get the “eager” value.
https://github.com/PolymerElements/paper-slider/blob/master/paper-slider.js