-
## ⚙️ Summary
Create a Dropdown that appears on the nav menu and the dashboards, allowing users to switch between different roles. Use the `` component we already have. This component will be purel…
-
### Steps to reproduce
There was an issue previously with no solution here (https://github.com/flutter/flutter/issues/22075) but none of the suggestions the thread worked. I haven't confirmed that …
-
### Describe the bug
Hi,
I followed the guide in the Data Table section and when I hide the email column then all the rows are removed and the row selection checkbox is checked.
If I then remov…
-
### Steps to reproduce
Navigating to the Dropdown menu is not working in an intuitive way. You can test this in two ways:
1.) With a virtual keyboard that has a next action. When you leave the pre…
-
### Steps to reproduce
1. Run sample code on Windows platform
2. Press tab until the handle of the DropdownMenu is focused
3. Press enter to open the menu
4. Press the down key to navigate
#…
-
### NextUI Version
2.3.6
### Describe the bug
```jsx
import {
Dropdown,
DropdownTrigger,
DropdownMenu,
DropdownItem,
Button,
Link,
} from '@nextui-org/react';
function …
-
1. Autox.js 版本:Autox-v6-universal-release-6.6.1
2. Autox.js 下载渠道:https://github.com/kkevsekk1/AutoX/releases
3. Android 版本:Android 9
4. Android 机型:avd Pixel_3a_XL_api_28
5. Android 系统类别:avd androi…
-
### NextUI Version
2.4.0
### Describe the bug
when you focus on the DropdownItem (after pressing tab until it gets focused), and then press Enter or Space, it closes without selecting the ite…
-
We have a Radix nested dropdown and we want the submenus to always open to the left. The default seems to be to the right. I have tried, amongst other things, [data-side] but haven't gotten it to work…
-
Hi everyone,
The error message "validateDOMNesting(...): cannot appear as a descendant of ." indicates a problem with the nesting of HTML elements in your code. In HTML, the element is designed …