Robin Malfait

Results 187 comments of Robin Malfait

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

Hey! Going to close this issue because this should all work as expected now. For people running into this issue, make sure you are on the latest version and follow...

Your last solution is completely fine. Under the hood they use the same transition helpers and expose the same data attributes so your last code snippet works totally fine. Why...

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

Hey! It looks like you are using the `Combobox` component not for its intended purposes. Adding another element like an `input` inside the `ComboboxOptions` won't make it accessible because you...

Hey! Right now Tailwind CSS v4 doesn't support scss/sass or less (more info: https://tailwindcss.com/docs/compatibility#sass-less-and-stylus), I would recommend to see if you can just use normal CSS files. Another thing you...

Will give this another shot another day.

Yep you are correct! And that's also what we do internally for core plugins, but I think there is still something nice about separating them. Play with combination: https://play.tailwindcss.com/OUN74Zyn9S?file=css

Hey! Thanks for the PR! This behavior should be better in v4 and I would recommend to upgrade to v4 instead. We added an upgrade guide and some automated tooling...

Hey! This should be fixed by #19100, and will be available in the next release. The modifier was on the "not" variant instead of the "group-*" variant. Internally we now...