selectlist-polyfill icon indicating copy to clipboard operation
selectlist-polyfill copied to clipboard

Polyfill for the selectlist element

Results 11 selectlist-polyfill issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is a problem this library or wesc can solve, but web components seem to hydrate, as well as I'm not sure if my demo is...

Clicking on a label associated with a selectlist does nothing. [Reproduction](https://stackblitz.com/edit/web-platform-t78vc1?file=index.html) - click on the label before the selectlist. Expected behavior: It should focus the button inside the selectlist.

A selectlist without options or with disabled options only will throw `Cannot set properties of undefined (setting 'tabIndex')` error. [Selectlist expects to have at least one enabled input.](https://github.com/luwes/selectlist-polyfill/blob/b962b6e84476ebb453002388de2c05cd58e2ea95/src/selectlist.js#L441) [Reproduction](https://stackblitz.com/edit/web-platform-t65p3h?file=index.html) -...

I noticed the listbox is not positioned well for me, in both Firefox and Chrome. Using the [edgedemo](https://selectlist-polyfill.vercel.app/examples/edgedemos.html) here: Not colliding with the edge of the viewport and thus not...

[adoptedStyleSheets ](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot/adoptedStyleSheets) could reduce the memory usage of this polyfill and make it more efficinet.

came to mind it would be nice to be able to subclass `x-option` and rename and `x-selectmenu` would still able to retrieve the options list (by another way than `querySelectorAll('x-option')`)....

add support for multiple selection. seems a selectmenu v2 feature https://github.com/openui/open-ui/issues/531

writing mode vertical should be respected https://github.com/openui/open-ui/issues/600

add support for element internals form validation