Open hjorte-bd opened 11 months ago
This is intended behavior for the action-group, you should use custom actions instead as described in the header documentation.
Re-opening this, as it's not possible to opt out of the collapsed (icon only) button even with custom actions.
When a kirby button is placed in
kirbyHeaderActions
in a header, it is not possible for label to be shown, even when there is nothing else in header. Our designer would like this to be possible.Describe the bug
Describe how to reproduce the bug
kirby-header
elementkirby-action-group
element wiith a*kirbyHeaderActions
directive[class.icon-only]="false"
will show the text, but will result in incorrect layout.Which Kirby version was used?
8.11.2 (Also v9)
What was the expected behavior?
The text should be shown when there is plenty of space, or at least be possible to force to be shown anyways (like with
[class.icon-only]="false"
)Add any screenshots
How it looks when text is forced back by removing text-only class.
Please complete the following information:
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is doneImplementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review: