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
@headlessui/vue v1.6.0 Firefox/MacOS
<Combobox v-slot="{ open }" v-model="address" as="div" class="relative w-full" > will render as <div>
<Combobox v-slot="{ open }" v-model="address" as="div" class="relative w-full" >
<div>
I found this to occur on any headlessui components where you stipulate the element to render it as, and classes to assign to it.
The text was updated successfully, but these errors were encountered:
Hey! Thank you for your bug report! Much appreciated! 🙏
This should be fixed by #1372, and will be available in the next release.
You can already try it using npm install @headlessui/vue@insiders.
npm install @headlessui/vue@insiders
Sorry, something went wrong.
No branches or pull requests
@headlessui/vue
v1.6.0
Firefox/MacOS
<Combobox v-slot="{ open }" v-model="address" as="div" class="relative w-full" >
will render as
<div>
I found this to occur on any headlessui components where you stipulate the element to render it as, and classes to assign to it.
The text was updated successfully, but these errors were encountered: