How to reset toggled item(s) back to default state
How to reset toggled item(s) back to default state Problem Description: I’m working no an app that onclick shows a div. Now if someone clicks the button to open another div, I want to hide the previously opened div. So far I was able to get this functionality by manually setting this.movies[index].open = false and … Read more