Ability to not show loading state on element such as text

Ability to not show a loading state when the element (such as text) is connected to a query. I know that there are elements that have loading states we can control but some of these such as text elements do not but show the loading symbol when data is being refreshed.

I would like to have a checkbox in appearance to toggle this on or off.

/+1

Hi @Josh_Bullough thanks for the feedback here! We do have an internal request regarding this already and I have just added you to it. As soon as we have added this feature to the text and other components I will update you on here.
In the meantime you can use CSS to make the spinner transparent with { opacity: 0} - here is a good article on how to set up CSS in your Retool apps.