Visit on Github.
こんにちは TAG-さん!
I'm requesting a TAG review of customizable select element.
Customizable select is an HTML parser change and a CSS property to make the select element render additional content and be fully stylable. Here is a basic example:
<select> <button> <selectedoption></selectedoption> </button> <option><img src="...">Orange</option> <option><img src="...">Banana</option> </select> <style> select, ::picker(select) { appearance: base-select; } </style>
Further details:
OpenedOct 17, 2024
こんにちは TAG-さん!
I'm requesting a TAG review of customizable select element.
Customizable select is an HTML parser change and a CSS property to make the select element render additional content and be fully stylable. Here is a basic example:
Further details: