How to make all elements aren’t clickable when page is loading? I don’t want to create this action for every button I want to do this workflow once for this type of situation
Save the condition in a style so that the buttons that have that style by default comes with a condition that makes them not clickable
Let me to rephrase this. When I click some buttons it take some times to process the workflow after it’s done the button became unclickable. But while it is in process user can click it one more time and that’s what i’m trying to avoid.
you can use a loader and then toggle it at the start and end of those type of workflows, so instead of making the button not clickable which is not UX wise, the user will be facing a loader, also try to minimize the process time as much as possible by using backend workflows.
Thanks
This topic was automatically closed after 70 days. New replies are no longer allowed.