Opened 5 years ago

Closed 5 years ago

#30168 closed Cleanup/optimization (duplicate)

Change date, time and datetime inputs from text type

Reported by: Samuel Dorsaz Owned by: nobody
Component: Forms Version: 2.1
Severity: Normal Keywords: date datetime time input field widget form
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I took a look this week on HTML5 documentation an see that there are specific inputs for date and time fields.

I propose to switch from current text input field. This will let the browser take care on how the user will enter the values (on mobile for example).

I gladly propose a short merge request about it as a newcomer if you are interested.

Change History (1)

comment:1 by Tim Graham, 5 years ago

Resolution: duplicate
Status: newclosed
Type: UncategorizedCleanup/optimization

Duplicate of #21470 (closed as wontfix).

Note: See TracTickets for help on using tickets.
Back to Top