Make clear forms option configurable #293
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We had an issue with unexpected behaviours when submitting forms with buttons with a 'name'. In some cases this name was not submitted with the form.
Setting 'debug' to true would make this problem go away, this made it look like a timing issue.
Disabling the form clear variables setTimeout fixed the issue for us and the name is now submitted consistently. We do not re-use the form anyway so for us this flag solves the problem.
Maybe a good configuration option to have by default, hereby the pull request containing this feature.