-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[List] add a onItemTouchTap property? #4650
Comments
I'm still curious about this "touchstart event targeting the ListItem" mention. :) |
And I'd also like to get the item from a rightIconButton tap. |
Ok, now I tried to use an "old" function (not an arrow) and look what "this" is. |
The current implementation of
You should be able to use event delegation to get the item index. |
Seems like this perf thing is French :) |
@oallouch Thanks, so let's close the issue and use the native event bubbling instead. |
Hi,
I'd like to keep the same event listener for each ListItem, so it would be great to be able to get the ListItem from the TouchTap event.
The doc says "touchstart event targeting the ListItem". I don't really know what that means.
What would be nice, is an onItemTouchTap, like the one we got for MenuItem.
Thx in advance,
Olivier Allouch
www.illicotravel.com
The text was updated successfully, but these errors were encountered: