#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 |
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 Changed 6 years ago by
comment:2 Changed 6 years ago by
Has patch: | set |
---|
comment:3 Changed 6 years ago by
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:4 Changed 6 years ago by
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