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
What information was incorrect, unhelpful, or incomplete?
The docs do not mention that FormData is ignoring input type=submit elements.
That is unexpected. A plain HTML submit of a form will include submit inputs.
This feature is useful to implement multiple different submit buttons.
Specific section or headline?
Potentially add it to "Note: Only successful form controls are included..."
What did you expect to see?
Information about this unexpected behaviour, potentially a "Gotchas" section.
MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/FormData/FormData
What information was incorrect, unhelpful, or incomplete?
The docs do not mention that FormData is ignoring input type=submit elements.
That is unexpected. A plain HTML submit of a form will include submit inputs.
This feature is useful to implement multiple different submit buttons.
Specific section or headline?
Potentially add it to "Note: Only successful form controls are included..."
What did you expect to see?
Information about this unexpected behaviour, potentially a "Gotchas" section.
Did you test this? If so, how?
Slightly different Svelte version in REPL
MDN Content page report details
en-us/web/api/formdata/formdata
The text was updated successfully, but these errors were encountered: