- Notifications
You must be signed in to change notification settings - Fork2.4k
Remove note about Safari time picker fordatetime-local#27762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Tip: Review these changesgrouped by change (recommended for most PRs), orgrouped by feature (for large PRs). |
caugner commentedSep 5, 2025
That comment only mentions the date picker, not the time picker. Testing in Safari 14.1 confirms the time picker isn't shown: ![]() |
| }, | ||
| "safari": { | ||
| "version_added":"14.1", | ||
| "notes":"Safari only displays a date picker and does not display a time picker." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Instead of removing this note, we need to find out in which version this was fixed, and add the prefix "Before Safari x, ...".
mkurz commentedSep 5, 2025
crazy, the screenshot inFyrd/caniuse#5646 (comment) shows the time picker... |
caugner commentedSep 5, 2025
I don't see a timepicker in those screenshots, only timefields. |

Summary
Safari 14.1 and newer displays a time picker for
datetime-local.datetime-localwas not working correctly in one of the Safari tech previews but was fixed before the final 14.1 release.Test results and supporting details
See the Safari 14.1 release note (https://developer.apple.com/documentation/safari-release-notes/safari-14_1-release-notes)
This is confirmed by the according issue (comment 27):https://bugs.webkit.org/show_bug.cgi?id=214946#c27
More confirmations:
A jsfiddle to test yourself:https://jsfiddle.net/8gw2yk5e/
Related issues