I have a gallery with multiple dropdown menu's.
I'm having an issue when I'm moving between screens the defaults of the dropdown menu's aren't being reset.
Is there a way to "force" all of the items inside the gallery to reset to their default in onVisible?
For example, I created a button in the gallery:
Reset(Slot1); Reset(Slot2); Reset(Slot3); Reset(Slot4)
But I don't want to force the user to click that button for every record in the gallery.
