Closed lukewarlow closed 1 year ago
@pxlcoder & @rniwa - FYI and to share any input as well.
Implementation PR: https://github.com/WebKit/WebKit/pull/18479
I suggest we resolve this as "position: support" one week from now given that our concern has been addressed (non-rendered select
elements won't work for now).
WebKittens
@annevk
Title of the spec
HTMLSelectElement's showPicker()
URL to the spec
https://github.com/whatwg/html/pull/9754
URL to the spec's repository
No response
Issue Tracker URL
No response
Explainer URL
No response
TAG Design Review URL
https://github.com/w3ctag/design-reviews/issues/900
Mozilla standards-positions issue URL
https://github.com/mozilla/standards-positions/issues/886
WebKit Bugzilla URL
https://bugs.webkit.org/show_bug.cgi?id=261814
Radar URL
No response
Description
The showPicker() method is a new addition to HTMLSelectElement which addresses a common request from web developers: programmatically showing the option picker UI for a select element