input.showPicker()
#153
LeaVerou
started this conversation in
State of HTML Features
Replies: 1 comment 1 reply
-
According to MDN it's in all browsers, although with some rough edges in Firefox and Safari. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Programmatically open the picker of form controls that have one (color pickers, date inputs etc).
Code sample
MDN URL:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/showPicker
Specification URL:
https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker
Any other links?
How stable is this feature?
Cutting edge (Shipped, but not in all browsers)
Type of feature
JS API
What focus area does this feature fall under?
Forms
Details
No response
Beta Was this translation helpful? Give feedback.
All reactions