thisbeyond / solid-select

The Select component for Solid.
https://solid-select.com
MIT License
172 stars 18 forks source link

Use portal for list and position explicitly #63

Open martinpengellyphillips opened 2 months ago

martinpengellyphillips commented 2 months ago

To avoid typical overflow and z-index issues when consumers use the default Select component; consider making it use a portal by default and potentially use floating-ui for positioning. Or maybe just wait for anchor positioning with popover api.