Opened 8 years ago
Closed 8 years ago
#27199 closed Bug (fixed)
Integer inputs marked as type="text" instead of type="number"
Description ¶
This happens because of django.contrib.admin.widgets.AdminIntegerFieldWidget inherits TextInput instead of NumberInput.
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Easy pickings: | unset |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
I thought maybe this wasn't changed intentionally given the concerns in #19686 and #23075, but I didn't see any discussion so I think this is fine. A mention in the release notes as a possible backwards-incompatible change might be needed. PR