#16831: Radioselect input loose id after invalid submission
--------------------------------------+---------------------------------
 Reporter:  social@…                  |          Owner:  Nelson Monteiro
     Type:  Bug                       |         Status:  new
Milestone:                            |      Component:  HTTP handling
  Version:  1.3                       |       Severity:  Normal
 Keywords:  html, radioselect, forms  |   Triage Stage:  Unreviewed
Has patch:  0                         |  Easy pickings:  0
    UI/UX:  0                         |
--------------------------------------+---------------------------------
 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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16831>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to