You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the card to the latest version available
I cleared the cache of my browser
Describe the bug
I wrapped a non-clickable card in a custom:button-card with custom_fields to be able to use the tap_action so that the card is clickable. The part of the button-card that has the child card becomes non clickable. That works against its purpose, if a whole card is supposed to be a clickable button. Basically, the non-clickable card, stays non-clickable even wrapped in a button-card.
I tried doing it with a simpler non-clickable card just to be sure that it is not the card that is the problem. But this too does not work. The code below is with the simpler non-clickable card.
Ah yes, with styling does not work at all.
Without styling card, it works on the parts where the title-card does not cover the button card, but I want the whole button to be clickable.
Checklist
Describe the bug
I wrapped a non-clickable card in a custom:button-card with custom_fields to be able to use the tap_action so that the card is clickable. The part of the button-card that has the child card becomes non clickable. That works against its purpose, if a whole card is supposed to be a clickable button. Basically, the non-clickable card, stays non-clickable even wrapped in a button-card.
I tried doing it with a simpler non-clickable card just to be sure that it is not the card that is the problem. But this too does not work. The code below is with the simpler non-clickable card.
Ah yes, with styling does not work at all.
Without styling card, it works on the parts where the title-card does not cover the button card, but I want the whole button to be clickable.
Version of the card
Version: 4.1.2
To Reproduce
This is the configuration I used:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: