Skip to content
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

revert: disable button on submit #176

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

jonas-jonas
Copy link
Collaborator

@jonas-jonas jonas-jonas commented Dec 21, 2023

Reverts #171

This didn't actually work. The reason is, that the click event fires before the submit event of the enclosing form, and disabling the button in the event stops event propagation.
There are a few solutions, but IMO we should just get this right in AX2 before spending any more time on this. The underlying issue is fixed either way, and this was purely cosmetic. (From #171 (comment))

@aeneasr aeneasr merged commit d701e4e into main Dec 21, 2023
12 checks passed
@aeneasr aeneasr deleted the revert-171-hperl/disable-button branch December 21, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants