Remove note about Safari time picker for datetime-local#27762
Draft
Remove note about Safari time picker for datetime-local#27762
datetime-local#27762Conversation
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
Contributor
That comment only mentions the date picker, not the time picker. Testing in Safari 14.1 confirms the time picker isn't shown:
|
caugner
requested changes
Sep 5, 2025
| }, | ||
| "safari": { | ||
| "version_added": "14.1", | ||
| "notes": "Safari only displays a date picker and does not display a time picker." |
Contributor
There was a problem hiding this comment.
Instead of removing this note, we need to find out in which version this was fixed, and add the prefix "Before Safari x, ...".
Contributor
Author
|
crazy, the screenshot in Fyrd/caniuse#5646 (comment) shows the time picker... |
Contributor
I don't see a time picker in those screenshots, only time fields. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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