Issues with ScrollArea + Select #2973
Unanswered
thevipinmishra
asked this question in
Q&A
Replies: 1 comment
-
Hey. What's the issue you're having with this? I checked the repro, and it works correctly. Perhaps you could include a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to implement the Select with Scrollarea for the scrolling inside the <Select.Content /> after a max-height is reached.
I've spent atleast 5-6 hours on this thing and haven't been able to achieve it perfectly.
I've had issues with keyboard interaction, animations, and the scroll position of 'selected' item.
Here's my implementation so far. (simplified for the demo)
https://stackblitz.com/edit/vitejs-vite-fpkbyy?file=src%2FApp.tsx
Can anyone please help me to achieve this? I would really appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions