Evan Sellers
Evan Sellers
I also had this issue. It has to do with the underlying codebase that NextUI is using to deal with overlays. I developed this specifically for the dropdown's but you...
I also tried out using `shouldCloseOnBlur` and it does not work as I originally expected. However, after reviewing I remembered that focus has to mainly do with input elements. You...
Here is a solution I developed. Honestly, not sure why it works but it does. ```typescript import { Dropdown as NativeDropdown, DropdownProps } from "@nextui-org/react"; import React from "react"; import...
Is there anything, I can do to help? Does anyone know why it's just failing on Linux if just the imports were changed?
Started to take a look at the issues. Not sure how helpful I will be but I will try my best. First of all, while running the tests on Windows...
Same issue here. I believe the extension name is required to be fully ESM compatible.