Skip to content
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

Add data for HTMLSelectElement showPicker #20852

Merged
merged 1 commit into from
Nov 16, 2023
Merged
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
48 changes: 48 additions & 0 deletions api/HTMLSelectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,54 @@
}
}
},
"showPicker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/showPicker",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-select-showpicker",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI only the bug now says this is enabled in "nightly" so have updated this to preview in #21280

"version_added": "121",
"flags": [
{
"type": "preference",
"name": "dom.select.showPicker.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "<select> showPicker() method",
"value_to_set": "Enabled"
}
]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/size",
Expand Down