-
Notifications
You must be signed in to change notification settings - Fork 106
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
Submitting form with "Enter" creates two records #173
Comments
Were able to find out exact cause. |
It's because of how browser treats 1 field forms nad HTML 2.0 specification. Some reading: |
this native submit should be disabled, because i think the second action is sent through correctly but the frontend simply ignore that. |
update webpack configuration and js plugin file so it does not include semantic-ui-modal in final bundle.
Hasn't this been solved? |
This should be solved now by #379. |
After much testing, I noticed that the problem ONLY OCCURS if there is a single field in a form.
Two requests are sent to the backend:
and
With two fields only one request is sent:
MAYBE it's because of error 500 ?
The text was updated successfully, but these errors were encountered: