#28414 closed Bug (fixed)
ClearableFileInput doesn't work properly as subwidget of MultiWidget
Reported by: | Roman Selivanov | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.11 |
Severity: | Normal | Keywords: | ClearableFileInput MultiWidget |
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 |
Pull Requests: | |||
Description ¶
The forms.widgets.ClearableFileInput widget (used, e.g., by the admin app) render only input tag (even it have initial value and not required) when it subwidget of MultiWidget.
Change History (6)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Has patch: | set |
---|
comment:3 by , 8 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:4 by , 8 years ago
Summary: | ClearableFileInput's dont't work properly as subwidget of MultiWidget → ClearableFileInput doesn't work properly as subwidget of MultiWidget |
---|
Note:
See TracTickets
for help on using tickets.
PR