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...
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...