Robin Malfait

Results 187 comments of Robin Malfait

Hey! Instead of managing the `aria-labelledby` manually, use the `Field` and `Description` components: https://headlessui.com/react/checkbox#adding-a-description These will guarantee that unique IDs are being used everywhere. Similarly, the `Label` component will also...

Hey! Going to close this as a duplicate of https://github.com/tailwindlabs/tailwindcss/issues/16418 While the `:is` and `:where` do have an influence on specificity, it's the nested syntax in combination with `:visited` that...

Hey! Now that v4 is out, I would recommend to try and upgrade to v4 instead. The core of v4 (tailwindcss) doesn't require any I/O (only the clients such as...

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! This should be fixed by #3782, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! Internally we have an `onFocus` on the input element, when we receive focus and the `immediate` prop is used then we open the `Combobox` and that's about it. The...

Hey! Sorry about the delay, but thanks for the PR! The PR was a bit behind, so rebasing wasn't as straight forward. To keep things easy, I opened a new...

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

Not sure where @minseonkkim got that information from because `TAILWIND_DISABLE_GITIGNORE` doesn't exist. Sounds like LLM hallucinations.