You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
I have a simple form containing two input fields.
When one of them is empty, ajax-form doesn't mention it in the request.
I think, that ajax-form should put its name with empty value instead of ignoring it, because this has serious implications with validation.
The text was updated successfully, but these errors were encountered:
The intent was to submit form data via XHR following the same rules as a native form submit. It looks like this particular detail was missed. I'll fix in the next release.
Currently, I am (very slowly due to other commitments) working on #55. Once that is complete, I'll be sure to work on this before releasing ajax-form 2.0.
I have a simple form containing two input fields.
When one of them is empty, ajax-form doesn't mention it in the request.
I think, that ajax-form should put its name with empty value instead of ignoring it, because this has serious implications with validation.
The text was updated successfully, but these errors were encountered: