Hide/suppress loading circle spinner icon on specific components

Is there is a way to hide/suppress the loading circle spinner icon on a component when the related query is running?

I have a list view displaying cards which ave multiple text components sourced by columns from a query. When the user is toggling filter selections, the loading circles appear everywhere and are not desirable for my UX. Is there a way to control which components will show this spinner icon when a query is loading?

Hello @isaacjm

you can hide the loading spinner by toggling the loading property of the component. You can set it to false or use custom logic to control when the spinner is visible.

1 Like

Ah found it on the linkCard component, thank you!

1 Like