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

ListView event itemTap differences with the documentation #1057

Open
vallemar opened this issue Aug 10, 2023 · 3 comments
Open

ListView event itemTap differences with the documentation #1057

vallemar opened this issue Aug 10, 2023 · 3 comments
Labels

Comments

@vallemar
Copy link
Contributor

When @itemTap is used the object that is received does not have the item property as indicated in the documentation

image

This is vue3

@rigor789
Copy link
Member

Vue2 added this explicitly, we can do the same in vue3 - because core List doesn't include the item in the event, just the index.

@vallemar
Copy link
Contributor Author

@rigor789 I think it's good that I don't add it, but then the problem is the documentation, right? Could you send a pr to change event.item to event.index

@rigor789
Copy link
Member

The current docs are for v2 still.

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

No branches or pull requests

2 participants