#62109 closed enhancement (fixed)
Use numeric input for touch_time() fields
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Date/Time | Keywords: | has-patch |
| Focuses: | administration | Cc: |
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.
21 months ago
#1
- Keywords has-patch added
Adds inputmode="numeric" for the Day, Year, Hour, and Minute fields.
#3
@
21 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 59114:
@SergeyBiryukov commented on PR #7432:
21 months ago
#4
Thanks for the PR! Merged in r59114.
#5
@
20 months ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
3 months ago
Note: See
TracTickets for help on using
tickets.
Fields such as Year for a comment date can open full keyboard (Android 11, Chrome 129)