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
Describe the bug
When I use a button inside a popup card, the card close itself but is not supposed to.
I got another card with a similar code but the not same behaviour.
I've had the same issue on my popup-cards as well, this is caused by the confirmation dialog (which your are requesting with "ON/OFF printer?") and is triggered by clicking it, thus counting as a click outside of the popup-card. By default the popup setting for "Optional - close the popup by clicking outside of it (a refresh is needed)" is enabled.
So either disable this using the visual editor or add close_by_clicking_outside: false to your YAML configuration for the required popup-card.
Describe the bug
When I use a button inside a popup card, the card close itself but is not supposed to.
I got another card with a similar code but the not same behaviour.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The popup is still open
YAML
If applicable, add any relevant YAML code.
Informations (please complete the following information):
The text was updated successfully, but these errors were encountered: