We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.17
What browser are you using?
Firefox 122
Reproduction URL
https://codesandbox.io/p/sandbox/affectionate-chandrasekhar-nd4shl
Describe your issue
The reproduction is basically the "CommandPalette with Preview" from TailwindUI but reduced to only the Combobox.
With v1.7.16 the preview works fine, but since 1.7.17 and the changes to the Combobox, the activeOption slot prop is always undefined.
activeOption
The text was updated successfully, but these errors were encountered:
Can confirm, just upgraded and having the same situation in production in Chrome. Hovering an item does nothing and no error in the console either.
Sorry, something went wrong.
Hey folks! Thanks for reporting this issue. We've just merged in a fix (#2973) for this and will get a new release tagged before the end of the day 👍
@headlessui/[email protected] is out with the fix!
@headlessui/[email protected]
Thank you very much! <3
reinink
No branches or pull requests
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.17
What browser are you using?
Firefox 122
Reproduction URL
https://codesandbox.io/p/sandbox/affectionate-chandrasekhar-nd4shl
Describe your issue
The reproduction is basically the "CommandPalette with Preview" from TailwindUI but reduced to only the Combobox.
With v1.7.16 the preview works fine, but since 1.7.17 and the changes to the Combobox, the
activeOption
slot prop is always undefined.The text was updated successfully, but these errors were encountered: