I'm having trouble resetting elements on a screen. I have a screen that extends a DialogViewController. The UI is composed of Elements (DateElement, StringElement, EntryElement, RadioGroup, etc...). I want to be able to press a button to clear all the fields and reset them back. I can't do this. I am only able to do that on StringElements. I have tried reloading the screen but the radiogroups are not resetting. They are keeping their values. Any ideas?
↧