Skip to content
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

ReactDOM: Fix missing form data when the submitter is outside the form #28056

Commits on Apr 30, 2024

  1. Fix missing form data when the submitter is outside the form

    Fixes facebook#27391
    
    `form-associated elements` can be associated with `<form>`s anywhere in the document (even if the element is outside the `<form>`), and as with any submitter, the `name` and `value` are expected to be reflected in the final `FormData`.
    jupapios committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    82581e7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b4abb2 View commit details
    Browse the repository at this point in the history