Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions feature-group-definitions/show-picker-input.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Generated from: show-picker-input.yml
# Do not edit this file by hand. Edit the source file instead!

name: showPicker() for <input>
description: The `showPicker()` method for `<input>` elements shows the user interface for picking a value. For example, for `<input type="date">` it shows the interface for picking a date.
spec: https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker
group: forms
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4097
status:
baseline: false
support:
chrome: "99"
chrome_android: "99"
edge: "99"
firefox: "101"
firefox_android: "101"
safari: "17.4"
compat_features:
- api.HTMLInputElement.showPicker
- api.HTMLInputElement.showPicker.color_input
- api.HTMLInputElement.showPicker.file_input
- api.HTMLInputElement.showPicker.date_input
- api.HTMLInputElement.showPicker.datetime_local_input
# The rest are not supported in Firefox and/or Safari.
# TODO: partial support with notes.
# - api.HTMLInputElement.showPicker.autocomplete_input
# - api.HTMLInputElement.showPicker.datalist_input
# - api.HTMLInputElement.showPicker.month_input
# - api.HTMLInputElement.showPicker.time_input
# - api.HTMLInputElement.showPicker.week_input
14 changes: 8 additions & 6 deletions feature-group-definitions/show-picker-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ group: forms
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4097
compat_features:
- api.HTMLInputElement.showPicker
- api.HTMLInputElement.showPicker.autocomplete_input
- api.HTMLInputElement.showPicker.color_input
- api.HTMLInputElement.showPicker.datalist_input
- api.HTMLInputElement.showPicker.file_input
- api.HTMLInputElement.showPicker.date_input
- api.HTMLInputElement.showPicker.datetime_local_input
- api.HTMLInputElement.showPicker.file_input
- api.HTMLInputElement.showPicker.month_input
- api.HTMLInputElement.showPicker.time_input
- api.HTMLInputElement.showPicker.week_input
# The rest are not supported in Firefox and/or Safari.
# TODO: partial support with notes.
# - api.HTMLInputElement.showPicker.autocomplete_input
# - api.HTMLInputElement.showPicker.datalist_input
# - api.HTMLInputElement.showPicker.month_input
# - api.HTMLInputElement.showPicker.time_input
# - api.HTMLInputElement.showPicker.week_input