-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent multiple button clicks #18
Comments
Perhaps it'd be a nice feature to add a modal window (loading) to appear when a button is clicked, and hide it when the new Step is shown. |
Created a PaceMaker class for that:
Then, modified Wizard Class code adding a private PaceMaker
And using it to control clicks pace (for each button. Here the 'Next' button change)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to prevent the user from clicking several times a button? I mean, I've proven that the user can click several times a button in a short time (0,5 seconds).
Would it be possible to lock every buttons of the wizard just after the user clicks one, and then, when the new step is shown, enable every button?
The text was updated successfully, but these errors were encountered: