radio widget wrongly uses :list
Bug #580840 reported by
Wichert Akkerman
on 2010-05-15
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| z3c.form |
Undecided
|
Unassigned |
Bug Description
the z3c.form radio widget appends :list to the names of the generated input elements. Since a radio list can never have more than one option selected this is unnecessary and only confusing for people studying the code.
Stephan Richter (srichter)
on 2012-01-31
Changed in z3c.form: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I hear you. I am pretty sure I simply copied the old zope.app.form widget behavior. Fixed in r123935.