We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I notice that the tiles only fire actions when you either click on the text or icon, but not on the unused space elsewhere on the tile.
Is this by design or would it be possible to make the associated action fire if you click anywhere on the tile.
Regards, Owen
The text was updated successfully, but these errors were encountered:
It's not required that you use a div on the tile. You can also use anchor tags if that's what you're looking for?
Otherwise just add a click/touch handler to the element when you want something to happen when clicked.
Sorry, something went wrong.
No branches or pull requests
Hi,
I notice that the tiles only fire actions when you either click on the text or icon, but not on the unused space elsewhere on the tile.
Is this by design or would it be possible to make the associated action fire if you click anywhere on the tile.
Regards,
Owen
The text was updated successfully, but these errors were encountered: