None yet; see https://github.com/whatwg/html/issues/6909#issuecomment-956747809 for a rough explanation of the behavior, which we will turn into a proper explainer before shipping.
None yet (will be specified in whatwg/html)
The HTMLInputElement showPicker() method allows web developers to programmatically show a browser picker for temporal, color, and file inputs.
Developers have been asking for years for a way to programmatically open a browser date picker. See https://www.google.com/search?q=programmatically+open+date+picker+site:stackoverflow.com
Because of that, they had to rely on custom widget libraries and CSS hacks for specific browsers.
https://github.com/whatwg/html/issues/6909
None yet; we will file during the prototyping phase once an explainer/spec draft is ready.
Pending
Gecko: No official signal yet; general agreement this seemed like a reasonable idea on the HTML triage call. See https://github.com/whatwg/html/issues/6936
WebKit: No signal
Web developers: No signal
No. We are able to test the error case behaviors but the actual showing of the picker is not testable using WPT.
False
https://bugs.chromium.org/p/chromium/issues/detail?id=939561
No milestones specified
https://www.chromestatus.com/feature/5692248021794816
This intent message was generated by Chrome Platform Status.
Summary
The HTMLInputElement showPicker() method allows web developers to programmatically show a browser picker for temporal, color, and file inputs.
Blink component
Motivation
Developers have been asking for years for a way to programmatically open a browser date picker. See https://www.google.com/search?q=programmatically+open+date+picker+site:stackoverflow.com
Because of that, they had to rely on custom widget libraries and CSS hacks for specific browsers.
This is really cool - thanks for working on it. I was just thinking about the EyeDropper API proposal, which references input[type=color] in https://github.com/WICG/eyedropper-api/blob/main/README.md#extending-inputtypecolor.
As a developer, it would be kind of nice to only have one method
to keep in my head - did you consider aligning the method name w/
the EyeDropper API? (Also, if we did decide there was a use case
for <select>,
open() would be less awkward than HTMLSelectElement.showPicker).
later,
Mike
--
later,
Mike
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/1b089863-3fe7-573c-a094-e5bcc1bb9aff%40chromium.org.
These seem like good discussions to have on the spec thread, instead of a Blink-specific mailing list :).
Sure, I guess I don't feel strongly about the venue - but
re-posted at
https://github.com/whatwg/html/issues/6909#issuecomment-964292294.