Allow opting out of Floating UI on <Select /> #293
Labels
enhancement
An improvement to an existing feature/component
Svelte 5 Roadmap
This issue is planned to be addressed or fixed when the library migrates to Svelte 5.
Describe the feature in detail (code, mocks, or screenshots encouraged)
Hi, hope you're doing well! ☀️In the
createSelect
builder we can passpositioning: null
to opt out of floating UI but I couldn't find the equivalent in the select bit docs. This is needed so we can handle the presentation and positioning of options ourselves e.g, using CSS grid or a bottom sheet/dialog. Also Thanks! for #285What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
https://melt-ui.com/docs/builders/select#api-reference
https://m3.material.io/components/bottom-sheets/overview
The text was updated successfully, but these errors were encountered: