-
Notifications
You must be signed in to change notification settings - Fork 2.3k
41140 datetime-local time picker #28051
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 our terms of service and privacy 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?
Conversation
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "dom.forms.datetime.timepicker", | ||
"value_to_set": "true" | ||
} | ||
], | ||
"notes": [ | ||
"Before Firefox 144, only displays a date picker without a time picker, see [bug 1726108](https://bugzil.la/1726108).", | ||
"There is an issue when a `min` and/or `max` attribute is set with a time value the time picker has no values, see [bug 1990226](https://bugzil.la/1990226)." | ||
] |
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.
The flag is irrelevant here, because Firefox does support this feature, providing a user interface to modify both date and time. Like Safari, Firefox doesn't provide a time picker, but this is not explicitly required in the spec.
We should revert the notes to mainly state the same as Safari, mentioning bug 1726107.
Summary
datetime-local
input fieldTest results and supporting details
dom.forms.datetime.timepicker
, in:Related issues