Changes between Version 1 and Version 2 of Ticket #33100, comment 5


Ignore:
Timestamp:
Sep 10, 2021, 8:09:46 AM (3 years ago)
Author:
dennisvang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33100, comment 5

    v1 v2  
    22> Duplicate of #21470. If the concerns there are no longer an issue, we could reopen that ticket.
    33
    4 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. (Support for [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local datetime(-local)] mentioned in #16630 is still not ideal, but my proposal only concerns `"date"`).
     4Although 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. (Support for [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local datetime(-local)] mentioned in #16630 is still not ideal, but my proposal only concerns `style="date"`).
    55
    66Regardless, my proposal is **not** to modify the existing `DateInput`, but rather to introduce a **new** widget called e.g. `BrowserDateInput`.
Back to Top