Opened 10 years ago
Closed 10 years ago
#23113 closed Bug (fixed)
ChoiceInput.render() should take specified attrs into account.
Reported by: | Simon Charette | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When attempting to render a ChoiceInput
instance with additional attrs
(using a template filter for example) they are simply ignored which is a digression from the usual widget API that merges them with its instance ones.
@claudep, the issue existed in 1.6 so this is not a regression.
Change History (3)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR with test.