Opened 7 years ago
Last modified 7 years ago
#29284 closed Cleanup/optimization
ImageField widget need 'accept' attribute — at Version 1
Reported by: | safu9 | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
I think ImageField widget need ' accept="image/*" ' attribute as default. In some devices such as iPhone, input form doesn't work without this attribute.
This is pr for this ticket: https://github.com/django/django/pull/9850
Note:
See TracTickets
for help on using tickets.