headlessui icon indicating copy to clipboard operation
headlessui copied to clipboard

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

Results 214 headlessui issues
Sort by recently updated
recently updated
newest added

I open a `combobox`, there I have ComboboxOptions and inside them there are ComboboxInput and other elements, when I write something in my input, then I can't select and copy...

**What package within Headless UI are you using?** `@headlessui/react` **What version of that package are you using?** `2.1.2` **What browser are you using?** Chrome, Firefox, Safari, etc (shouldn't be browser...

https://github.com/tailwindlabs/headlessui/blob/226042231d7529d530be7c65790fbb681b5adb63/packages/%40headlessui-react/src/utils/form.ts#L27 boolean form values should use the same values they do for native checkboxes, which is `"on"` or `""`

### Discussed in https://github.com/tailwindlabs/headlessui/discussions/3416 Originally posted by **ruffjaxson** August 7, 2024 (using Headless 2.1) I'm trying to switch all of the drop-downs in our app over to the Combobox. We...

**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** v1.7.22 **What browser are you using?** Safari on iOS (iPhone) **Reproduction URL** https://github.com/andrereus/reproduction-headlessui-vue...

**What package within Headless UI are you using?** `@headlessui/react` **What version of that package are you using?** `v2.1.2` **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/p/devbox/affectionate-microservice-87nfcg **Describe your issue**...

**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.2 **What browser are you using?** Chrome (mobile devtools), Safari mobile **Reproduction URL**...

**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v.2.1.2 **What browser are you using?** Chrome **Reproduction URL** [fork of your React...

We were wrapping rendered children in `` in a combobox however the refs weren't being forwarded through the internal `` component resulting in issues when rendering `` as a `Fragment`....

- [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) is a built-in heading tag that is nested inside a [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) tag to toggle its contents. It's keyboard tab-able by default and not currently recognized by Headless UI....