vaadin / serverside-elements

Vaadin add-on that makes it easy to use Web Components or any HTML elements from Vaadin Framework
https://vaadin.com/addon/elements-add-on
Apache License 2.0
14 stars 12 forks source link

Paper-Slider: GetValue function does not get updated. #18

Open KrishnaIyer opened 7 years ago

KrishnaIyer commented 7 years ago

Hey Guys,

I've just cloned this repository and did a trial run without updating your code. The paper-slider value is fixed at 50 even when i change it via mouse click. Browser: Chrome Vaadin: 8.0.5 JRE: 1.8

Thanks, Krishna

KrishnaIyer commented 7 years ago

UPDATE:

Works when @Updatedby("core-change") is changed to @Updatedby("change")

Legioth commented 7 years ago

Should probably update the examples to use latest versions of the web components and then pin those versions in bower.json so that new possibly incompatible versions aren't automatically used.