I’m in the process of implementing skeleton loaders and spinners throughout my solution, but I’m having some trouble timing them correctly. For instance, I’m unable to get the “RG is loading” message to trigger the spinner to display until the group has fully loaded. Do you have any tips on how to resolve this?
Make the skeleton placeholder visible by default and hidden when the RepeatingGroup loading is completed
That way the initial loading time to evaluate the condition and then show the skeleton element will be taken care of