Description
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.5 and up
What browser are you using?
Firefox, Safari
Reproduction URL
https://stackblitz.com/edit/vue-gvtwnj?file=src/components/HelloWorld.vue
v1.7.4
Screen.Recording.2023-04-17.at.13.04.14.mov
v1.7.5
Screen.Recording.2023-04-17.at.13.03.48.mov
Describe your issue
Starting from v.1.7.5 there is a problem with the scroll when virtual list is used with Combobox options.
As was mentioned in this issue, the virtual lists don't work well with headless ui at the moment, but perhaps there is something that can be fixed in this case? Or maybe there is some sort of a workaround? This might have something to do with these changes
For now we had to pin v1.7.4, but we'd really like to upgrade to get all the fixes and new stuff
Before the upgrade to v1.7.5 the virtual lists weren't working perfectly, but they were more usable, and now scrolling is too problematic.
Your feedback would be greatly appreciated 🙏