Remove note about Safari time picker for datetime-local#27762
Remove note about Safari time picker for datetime-local#27762
datetime-local#27762Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
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.
Instead of removing this note, we need to find out in which version this was fixed, and add the prefix "Before Safari x, ...".
|
crazy, the screenshot in Fyrd/caniuse#5646 (comment) shows the time picker... |
I don't see a time picker in those screenshots, only time fields. |
|
Closing as stale for now, but we can always reopen. |
|
Wait a moment, I think the data still needs to be fixed. Someone has Safari available to check if things work in latest version? |

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