We already have the Progress Bar component, but it would be useful to have a Spinner component.
Spinners are used by Retool when a query is running in the UI, but we don't have access to the component.
It could simply be an option of the Progress Circle, just like the Progress Bar as the indeterminate option.
Hey @MicExpert ! Thank you for the feature request -- definitely something we are thinking about right now. Could you help us a bit and describe your use case for the spinner?
I am not sure if this would work, but couldnât you hack this by creating a simple text field without any text (invisible to the user, but not âhiddenâ)? Then add the standard âquery.isFetching()â to that text field?
Hey @MicExpert , revisiting this!
Could you clarify what you mean by 'we don't have access to the component'?
For instance if a form is loading data, would the native spinner already present in the form serve the purpose? Just trying to understand your problem a bit more here!