We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://jsfiddle.net/Lehyvemg/
Open debug console and click "Submit" in the form. It can be seen that onSuccess is fired 4 times, if the form is initialized twice.
onSuccess
I need to re-init the form because I will add fields dynamically. (ref #910)
The text was updated successfully, but these errors were encountered:
Fix destroy never being called before init #3798
05652ab
Sorry about that, that was a terrible terrible oversight when refactoring settings.
Sorry, something went wrong.
No branches or pull requests
https://jsfiddle.net/Lehyvemg/
Open debug console and click "Submit" in the form.
It can be seen that
onSuccess
is fired 4 times, if the form is initialized twice.I need to re-init the form because I will add fields dynamically. (ref #910)
The text was updated successfully, but these errors were encountered: