RE: Hide/suppress loading circle spinner icon on specific components

Hi Retool community,

Since the original thread is closed, I had to open this again.
I had similar issue but my loading is not in repeatables, how can I disable in components like text or tags.

related thread: Hide/suppress loading circle spinner icon on specific components

Hi @wonka,

Are your Tag and Text components inside another component, like a Container or List View?

Tag and Text components themselves don’t have a built-in β€œLoading” setting, but they can be affected if their parent component is set to a loading state.

In the example below, both components sit inside a container and a list view.
You can toggle the Loading state manually or control it with a variable, e.g.: {{ isLoadingVariable }}

1 Like

Hey @wonka ,

You can disable loading states for ALL components in your app settings:

You can still hoist loading states for containers to show that all of the nested components are loading.

2 Likes