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
TileBlock
Due to recent changes, right now the TileBlock label props is optional but it still renders if it is empty (at least on Firefox)
Declare a <DashboardTile /> with some items without a label property
<DashboardTile />
items
label
We want to be able to not render the label element if it is empty
No response
The text was updated successfully, but these errors were encountered:
Added a comment - #15261 (comment). We will have to refine this @tristanwagner.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On which entity, you would like to report a bug?
TileBlock
Description
Due to recent changes, right now the
TileBlock
label props is optional but it still renders if it is empty (at least on Firefox)Steps to reproduce
Declare a
<DashboardTile />
with someitems
without alabel
propertyWe want to be able to not render the
label
element if it is emptyBrowser
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: