How do I disable a button when the bubble progress bar is visible?

I want to disable a button and also change the text when the bubble default progress bar is visible. I know this would require JavaScript.

The Bubble progress bar is usually visible when an action is being done.
One way to do this is by setting a state on the button, that the button refers to in a conditional to be disabled.
This state can be set to make the button disabled before running the action causing the progress bar to appear and then set it back after that action completes.

This topic was automatically closed after 70 days. New replies are no longer allowed.