WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261814
Add showPicker to <select> elements
https://bugs.webkit.org/show_bug.cgi?id=261814
Summary
Add showPicker to <select> elements
Luke Warlow
Reported
2023-09-20 04:18:09 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-27 04:19:12 PDT
<
rdar://problem/116114384
>
Luke Warlow
Comment 2
2023-10-01 18:29:30 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18479
EWS
Comment 3
2023-10-17 11:43:13 PDT
Committed
269420@main
(5df7cdc4a1ec): <
https://commits.webkit.org/269420@main
> Reviewed commits have been landed. Closing PR #18479 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug