[GridTile] onTouchTap events #2413
Labels
component: image list
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
How would you associate an onTouchTap event with a GridTile?
I can add an onTouchTap to a GridTile now but the event target will be different depending where the user clicks in the tile (div, img, span, etc.) Therefore, it makes it very difficult to determine what tile the user clicked. It would be great if there was a native onTouchTap event like there is for ListItems.
The text was updated successfully, but these errors were encountered: