Opened 6 years ago

Last modified 6 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 safu9)

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

Change History (1)

comment:1 by safu9, 6 years ago

Description: modified (diff)
Has patch: set
Note: See TracTickets for help on using tickets.
Back to Top