#33100: Add a DateInput widget that provides a date picker via the HTML <input style="date"> element -----------------------------+-------------------------------------- Reporter: dvg | Owner: nobody Type: New feature | Status: closed Component: Forms | Version: 3.2 Severity: Normal | Resolution: duplicate Keywords: | Triage Stage: Unreviewed Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -----------------------------+--------------------------------------
Comment (by dvg): Replying to [comment:4 Tim Graham]: > Duplicate of #21470. If the concerns there are no longer an issue, we could reopen that ticket. Although I am not quite sure if the concerns from that ticket (or [https://code.djangoproject.com/ticket/16630#comment:11 from 16630]) are still valid (they were raised ten years ago), to my untrained eye [[https://developer.mozilla.org/en- US/docs/Web/HTML/Element/input/date#browser_compatibility | browser support for `<input style="date">`]] looks pretty solid now. Regardless, my proposal is **not** to modify the existing `DateInput`, but rather to introduce a **new** widget called e.g. `BrowserDateInput`. - this circumvents any backward compatibility issues - the class name gives a clear indication of what the new widget does - looks like a relatively minor effort, which could nevertheless be of great help to many people (considering the number of related questions on the web). It would be great if this ticket could be re-opened. :-) -- Ticket URL: <https://code.djangoproject.com/ticket/33100#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/068.92dabecdc94ca412b05012aca80ed042%40djangoproject.com.