Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Disable submit button when it was submitted #289
Comments
|
Loading icon was added. The way it now works is that when submit button is pressed, it is hidden and loading button is displayed, so the button cannot be pressed twice. |
If user presses Register, there is call made to backend, but app should permit user from pressing Register again.
Submit buttons which result in calls made to backend need to be disabled until response is received.