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
When clicking on the X button in the Tap action selection, the selection stays "Toggle", but the YAML will be filled in as tap_action: {}.
Then, when clicking the card in the dashboard, it doesn't trigger a toggle but does nothing. However the UI shows it should Toggle, this is confusing and kept me searching for a while why my switch didn't toggle.
michaelarnauts
changed the title
When configured tap_action: {} it doesn't do anything, but the UI shows it does a Toggle
[v2.3.0-beta.8] When configured tap_action: {} it doesn't do anything, but the UI shows it does a Toggle
Nov 22, 2024
I tried this a bit more and indeed the editor is not always writing the YAML config correctly in these cases, I really need to do full refactoring of the editor code, I'm aware of that 😅
This code is almost the same since the first Bubble Card beta, I was just starting my first JS project and I rushed it in a very nasty way, I'm not proud of that code (at all).
This is not my priority right now because it mostly works as it should, but it will come!
Describe the bug
When clicking on the X button in the Tap action selection, the selection stays "Toggle", but the YAML will be filled in as
tap_action: {}
.Then, when clicking the card in the dashboard, it doesn't trigger a toggle but does nothing. However the UI shows it should Toggle, this is confusing and kept me searching for a while why my switch didn't toggle.
Informations (please complete the following information):
Additional context
Add any other context about the problem here.
Thank you! 🍻
The text was updated successfully, but these errors were encountered: