I have two components at the same level (like Cities and Countries). I need to refresh the Cities content based on the selected Country. Cities and Countries are two separate components with external variables (passing information using Attributes and Events to facilitate usage across different pages).
Even when selecting a new Country and deleting the selectedCity variable content, the visible value doesn't change. Even though I have set "On Attribute Change" inside the component to pass the value from the Attribute to the internal variable again, it still doesn't update. However, if I hide and show the component, it works; otherwise, it doesn’t.
I'm more than 100% sure that the value is deleted as expected, but I can't understand why it isn't taking the new value from the input again.