How to modify spinWhenChildrenAreFetching property of Wizard component

Hi Retool Community,

Do you know how to set spinWhenChildrenAreFetching property of the Wizard to false?

I noticed this property on Wizard document but can't find the place to modify it. I have a table within the wizard and when the backend query supporting the table is refreshing, there will be two mostly overlapping spinning wheels one from the table and one from the wizard. I need to turn one of them off, preferably the one from the wizard.

Thank you!

I second this. When my pages and modules are loading there are about 8 different spinners on the screen whilst various DB commands and queries run. I'd like to turn these off but can see no way of doing so.

(sorry for jumping on your post, zelterNN)

no worries :wink:
If you want to shut them all off, you can toggle Show Loading State option off in App Setting -> General......
I do want a spinning wheel as a loading indicator to the user but just one not multiple spinning overlappingly, which makes my app seems buggy lol

Yes same here, a single spinner would be brilliant - because this isn't great.

1 Like

Hi @zelterNN,

For your initial question, I just checked the docs and it appears that the spinWhenChildrenAreFetching property is read-only and not mutable.

I can make a feature request for this to be mutable, from my testing there does not seem to currently be a work around to change this property.

1 Like

@xl_MURDOCH_lx

I can make a feature request for a single spinner for the entire page that disappears once all the components have their content loaded :+1:

Awesome - thank you!