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.
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
idof every element inside the form (labels, messages, the submit button) becomes a keywith a
nullvalue. 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.