Opened 13 years ago
Closed 13 years ago
#16831 closed Bug (duplicate)
Radioselect input loose id after invalid submission
Reported by: | Owned by: | Nelson Monteiro | |
---|---|---|---|
Component: | HTTP handling | Version: | 1.3 |
Severity: | Normal | Keywords: | html, radioselect, forms |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The radioselected input loose id after invalid submission
Before form submission the radioselect output is '<input type="radio" id="id_foo_0" name="foo" value="0" />' and after invalid submission the output is '<input type="radio" name="foo" value="0" />'
I detected this with a PositiveSmallIntegerField with choices.
Note:
See TracTickets
for help on using tickets.
Double submission of #16830.