Issues using virtual on ComoboBox #3586
Unanswered
David52920
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having two issues with the virtual ComoBox; i've opted to just use normal css instead of tailwind.
Framework: React
Version: @headlessui/react": "^2.2.0
Scrolling issue when you have mouse inside of the ComoboBoxOptions dropdown and use scroll wheel; the scrolling glitches and keeps restarting. Its fine if you directly use the scrollbar up and down arrows or use scroll wheel while hovered on the scrollbar itself.
I am unable to change hover on the focused option; when looking at the inspect tool; all options have the data-active/data-focus attributes.
Has anyone came across these issues and possibly have a fix for it?
Usage:
ComoboBox:
CSS:
Beta Was this translation helpful? Give feedback.
All reactions