Bug 261814
Summary: | Add showPicker to <select> elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
Component: | Forms | Assignee: | Luke Warlow <lwarlow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 17 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 265521, 262783 | ||
Bug Blocks: |
Luke Warlow
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
<rdar://problem/116114384>
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/18479
EWS
Committed 269420@main (5df7cdc4a1ec): <https://commits.webkit.org/269420@main>
Reviewed commits have been landed. Closing PR #18479 and removing active labels.