#62109 closed enhancement (fixed)
Use numeric input for touch_time() fields
| Reported by: | sabernhardt | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.7 |
| Component: | Date/Time | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
Description
Splitting from #61652
Mobile devices can open the full keyboard for datetime text fields when they only accept digits (day, year, hours, and minutes). The fields could indicate a numeric inputmode.
The touch_time() function is used in Comments, Quick Edit, and the Classic Editor.
Attachments (1)
Change History (7)
This ticket was mentioned in PR #7432 on WordPress/wordpress-develop by @sabernhardt.
2 years ago
#1
- Keywords has-patch added
Adds inputmode="numeric" for the Day, Year, Hour, and Minute fields.
@SergeyBiryukov commented on PR #7432:
2 years ago
#4
Thanks for the PR! Merged in r59114.
#5
@
23 months ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
5 months ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fields such as Year for a comment date can open full keyboard (Android 11, Chrome 129)