Form submissions include null entries for non-input children with ids
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with PR #5430, then read prerelease-testing/2026-09-10-v0.9.11a1/FINDINGS.md and the related cluster notes and reproduction artifacts. Verify the radix form submission no longer includes id-derived keys with null values for labels, messages, or the submit button, using the reported payload as the regression case.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Python
- Stars
- 28.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 173
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from reflex-dev/reflex
-
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
reflex-dev/reflex#7149 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
reflex-dev/reflex#7148 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
reflex-dev/reflex#7103 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
reflex-dev/reflex#6823 · 1 comment ·
-
support redis v8 Openfeature request
Difficulty 1/5 Under an hour Newbie friendliness 88/100
reflex-dev/reflex#6764 · 3 comments · 1 reaction ·
All issues in reflex-dev/reflex
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100