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
These properties are then used in setter methods and do nothing to update the component. Component will be updated only when calling updateProperties method. The setter methods they should just update the attributes directly in the element as this.getElement().setAttribute(...);
It has come to my attention that there's no need to have these properties defined in the Carousel class:
See
CarouselAddon/src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java
Line 50 in 34b203d
These properties are then used in setter methods and do nothing to update the component. Component will be updated only when calling
updateProperties
method. The setter methods they should just update the attributes directly in the element asthis.getElement().setAttribute(...);
This comes from issue #29.
The text was updated successfully, but these errors were encountered: