[Webkit-unassigned] [Bug 261814] New: Add showPicker to <select> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 04:18:09 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=261814

            Bug ID: 261814
           Summary: Add showPicker to <select> elements
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: luke at warlow.dev
                CC: cdumez at apple.com, wenson_hsieh at apple.com

The showPicker() method is a new addition to HTMLSelectElement which addresses a common request from web developers: programmatically showing the options picker. This is a natural progression from the <input> showPicker() method

<select id="select">
...
</selecT>
<button onclick="select.showPicker()">Show the options picker</button>

WHATWG Spec PR: https://github.com/whatwg/html/pull/9754

-- 
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/20230920/19aa764f/attachment.htm>


More information about the webkit-unassigned mailing list