Changes between Initial Version and Version 3 of Ticket #33100
- Timestamp:
- Sep 10, 2021, 5:04:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33100
- Property Summary Request for a DateInput class that provides a date picker via the HTML <input style="date"> element → Add a DateInput widget that provides a date picker via the HTML <input style="date"> element
-
Ticket #33100 – Description
initial v3 42 42 Note that the browser automatically takes care of client-side field validation. 43 43 44 P.S. a similar request could be made for a `BrowserTimeInput` .44 P.S. a similar request could be made for a `BrowserTimeInput`, although localization could complicate matters here (haven't looked into that yet).