Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlideChangeEvent position is not set #15

Closed
javier-godoy opened this issue Jul 21, 2021 · 0 comments · Fixed by #16
Closed

SlideChangeEvent position is not set #15

javier-godoy opened this issue Jul 21, 2021 · 0 comments · Fixed by #16
Assignees

Comments

@javier-godoy
Copy link
Member

As mentioned in #10 (comment), the position member variable of SlideChangeEvent is not set from its constructor:

public SlideChangeEvent(
Carousel source, boolean fromClient, @EventData("event.detail.value") String position) {
super(source, true);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants