Hi Folks,
I have an app with a Browse screen and an Edit Screen tied to a SharePoint List. The EditForm has a required radio button that, if nothing is selected, should hide all the other datacards. This behavior works as expected if there are no items in the browse gallery.
The browse gallery has the standard "+" icon to add a new entry.
If there are items in the gallery and the user presses the "+" icon for a new entry, the EditForm shows a radio button with nothing selected (expected) , but the other datacards (blank as they should be) are not hidden.
I am using isBlank in the visible property of the datacards I want to hide if that makes a difference.
Thanks for your help!