Robin Malfait

Results 187 comments of Robin Malfait

Hey! This should be fixed by #3266, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`. - `npm install @headlessui/vue@insiders`.

Hey! This shouldn't be necessary and there are probably issues with the tools handling the imports. That said, this PR doesn't break things and if they help with your setup...

I also published a new patch version that includes this change: https://www.npmjs.com/package/@headlessui/tailwindcss/v/0.2.1 You can install it using: `npm install @headlessui/tailwindcss@latest`

Hey! In this case I think the better thing to do is to use our `Field` and `Description` components instead: ```ts hello world {listboxValue} Option 1 Option 2 Option 3...

Hey! Thank you for this PR, I really appreciate it. I made some changes, here is a quick breakdown: 1. I rebased on top of the `main` branch to be...

Hey! The example code snippets doesn't provide any styles so you would need to add some styles to make it look pretty. One side effect right now of using virtual...

@Janhouse can you publish an example on how you did this? thanks

Hey! This should be fixed by #3249, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! The `Menu` in Headless UI (or any Menu implementation with `role="menu"`) only allows MenuItems inside. In Headless UI v1 and v2 we don't have support for nested Menu's yet,...

Hey! Going to close this one since we haven't heard back, but feel free to reopen a new issue if you're able to provide a minimal reproduction of this 👍