You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you could customize a <select>, if you put things like an image or SVG into the <option> element, the browser would ignore them, but Svelte throws an error:
Describe the bug
Before you could customize a
<select>
, if you put things like an image or SVG into the<option>
element, the browser would ignore them, but Svelte throws an error:With the release of Chrome 135, the
<select>
element can now be customized using CSS and supports rich HTML content. Browsers that implementappearance: base-select
will eventually support this feature.Reproduction
This custom select example is valid in Chrome 135 and later versions.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: