fix: fix onScroll in Select.Content (#12855)

Radix' `Select.Content` is not the scrollable div. It's `Select.Viewport`, which we don't expose. onScroll is useful when the elements in the select are loaded in infinite loading style.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Pedro Guzman
2025-06-30 13:40:54 +00:00
committed by GitHub
co-authored by Oli Juhl
parent 95d282e8ef
commit 4b224d5eff
2 changed files with 14 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/ui": patch
---
fix: fix onScroll in Select.Content