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
The Dialog Group does show "Dialog" as Groupname even if "Display group name" is disabled.
If enabled the correct group name is displayed (Dialog-LR) in my case.
I would expect there to be no additional headers in the dialog if disabled like every other group.
Create a dialog group in a dashboard and turn off "Display group name".
The text was updated successfully, but these errors were encountered:
My current workaround is adding a template node scoped to that group with:
<style> .v-card-item__content { display: none; } .v-card-item__append { display: none; } </style>
Sorry, something went wrong.
@JulianStremel , Here you go. Note that my PR needs to be reviewed and merged by somebody from FlowFuse. Bart
Thank you! Will keep this open until your fix is merged for reference :)
Successfully merging a pull request may close this issue.
Current Behavior
The Dialog Group does show "Dialog" as Groupname even if "Display group name" is disabled.
If enabled the correct group name is displayed (Dialog-LR) in my case.
Expected Behavior
I would expect there to be no additional headers in the dialog if disabled like every other group.
Steps To Reproduce
Create a dialog group in a dashboard and turn off "Display group name".
Environment
The text was updated successfully, but these errors were encountered: