Opened 5 years ago
Closed 5 years ago
#31488 closed Bug (worksforme)
Django Admin showing "Date input" for Time Field in Mobile Safari
Reported by: | ronaldoy | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 2.2 |
Severity: | Normal | Keywords: | date, time, admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
Django admin works fine on desktop Safari, but shows a date input for a time field when mobile Safari is used.
Attachments (1)
Change History (4)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|---|
Summary: | Django Admin showing "Time input" for Date Field in Mobile Safari → Django Admin showing "Date input" for Time Field in Mobile Safari |
by , 5 years ago
Attachment: | IMG_B77A1F82B670-1.jpeg added |
---|
comment:2 by , 5 years ago
The image you uploaded to #31489 shows a select drop-down:
The standard rendering I'm seeing is not like that:
Rather it's the expected time picker.
I'm guessing you've customized the field somehow, but without a sample project it's impossible to say. (This is probably a support issue. Please see TicketClosingReasons/UseSupportChannels)
comment:3 by , 5 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Screenshot showing standard rendering.