We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4744e2 commit 197af24Copy full SHA for 197af24
src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java
@@ -187,6 +187,7 @@ public static class SlideChangeEvent extends ComponentEvent<Carousel> {
187
public SlideChangeEvent(
188
Carousel source, boolean fromClient, @EventData("event.detail.value") String position) {
189
super(source, true);
190
+ this.position = position;
191
}
192
193
public String getPosition() {
0 commit comments