i Have an RG that reflects a list in a custom state, but when the user “Deletes” that thing from database, that item stiil stays stuck in the RG as an Empty Cell.
Tried using a “Clear list” action , on that Delete button, but no result.
Do i have to Do a “Set State” “Minus Item” in such a case? if so, Why doesnt Bubble just delete and clear?
States are not saved to a database. They are temporarily attached to an element, in the browser. “minus item” would remove the deselected item from the custom state.