headlessui
headlessui copied to clipboard
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
This PR allows for a more flexible `` interface as one can forward props to the internal `` component. This can for example be useful if one needs to access...
After recent update to vue 3.5, we encountered regression on setting focus after Dialog is closed, which is significant accessibility setback. It seems that with vue 3.5 in some scenarios...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v2.2.1 **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/p/sandbox/bold-dawn-pnjkt8 In this example,...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** For example: v2.2.0 **What browser are you using?** For example: Chrome **Reproduction URL**...
When a ComboBox is open, the Home and End keys navigate to the first and last item in the ComboBox. However, when the ComboBox is closed, the Home and End...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v2.2.0 **What browser are you using?** All **Reproduction URL** https://stackblitz.com/edit/vitejs-vite-coiqswwa?file=src%2FApp.jsx **Describe your issue**...
**What package within Headless UI are you using?** > @headlessui/react **What version of that package are you using?** > 2.2.0 **What browser are you using?** > This issue seems to...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v2.2.0 **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/p/sandbox/headlessui-react-df56c2 Just keep clicking...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.2.0 **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/p/sandbox/rvmjcv **Describe your issue**...
As written, PopoverButton does not propagate parent events, it's as if there is an internal stopPropagation method assigned to it somewhere. I could not find a workaround. See below code...