[Webkit-unassigned] [Bug 234009] New: Add showPicker() to <input> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 8 08:09:56 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=234009
Bug ID: 234009
Summary: Add showPicker() to <input> elements
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: beaufort.francois at gmail.com
The showPicker() method is a new addition to HTMLInputElement which addresses a very common request from web developers: programmatically showing a picker for controls like date etc.
<input id="dateInput" type="date">
<button onclick="dateInput.showPicker()">Show the date picker</button>
WHATWG Spec PR: https://github.com/whatwg/html/pull/7319
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211208/8b0de2ed/attachment-0001.htm>
More information about the webkit-unassigned
mailing list