In JavaScript, I usually do this by adding a class name to the parent, like ToDo-Parent, and if there is a click on a specific button within that parent, I remove the e.target (ToDo-Parent) from the HTML. Can this be achieved in Toddle?
Max
1 year ago
If you use the show/hide formula on an element, it will be taken out of the rendering or added (if it evaluates to true)
unicodes
1 year ago
Wow, you are right. Show/hide isn't display none, but removing from the HTML 😅. I completely missed that!