Describe the bug The dropdown does not show a shadow when focused. Reproducer https://codesandbox.io/p/sandbox/frosty-hoover-ttd938 PrimeReact version 10.2.1 React version 18.x Language TypeScript Build / Runtime Vite Browser(s) No respo...
Sandbox: https://codesandbox.io/s/headlessuireact-menu-example-forked-8c38x Menu in an overflow hidden div. The menu button may be fully visible in the overflow hidden parent div, but the menu items are cropped/hidden because of overflow-hidden. This is especially problematic when we need ...
Here's the Codesandbox reproduction: https://codesandbox.io/s/github/DoctorDerek/headlessui-example-close-popover-dynamically-in-react-hover-flyout-dropdown-menu/tree/main/?file=/src/App.js And the code: import { Fragment, useRef, useState, useEffect } from "react" import { Popover, Transitio...
Here's the Codesandbox reproduction showing that you can close the Popover by triggering a click on it using the useRef React Hook: https://codesandbox.io/s/github/DoctorDerek/headlessui-example-close-popover-dynamically-in-react-hover-flyout-dropdown-menu/tree/main/?file=/src/App.js And the...