Skip to content

Form submissions include null entries for non-input children with ids #7104

Description

@masenf

Submitting the radix form yields
{"email": "user@example.com", "nickname": "", "age": "42", "form_email": "user@example.com", "form_msg_required": null, "form_msg_type": null, "form_msg_server": null, "form_nick": null, "form_msg_nomatch": null, "form_age": "42", "form_msg_range": null, "form_submit": null}
i.e. the id of every element inside the form (labels, messages, the submit button) becomes a key
with a null value. Same on 0.9.10.post2. Harmless but noisy for handlers that iterate the payload.

Related existing PR #5430 removes ID-derived form refs; link this specific non-input/null-payload reproduction when evaluating that change.

Source: prerelease finding 034-10, recorded against Reflex 0.9.11a1 and compared with 0.9.10.post2. See the full campaign report and cluster notes and reproduction artifacts. Findings and verification status above are from that campaign; this filing does not claim a new browser rerun.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions