SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.32k stars 3.13k forks source link

Cherry-pick "LibWeb: Add HTMLSelectElement showPicker()" #24617

Closed nico closed 3 days ago

nico commented 3 days ago

Adds the showPicker() function for select elements. This doesn't do the check for "being rendered" which is in the spec.

(cherry picked from commit 5098ed6b1f881659dbdab10c74a0e17b362ce7a8)


Cherry-picks https://github.com/LadybirdBrowser/ladybird/pull/153