-
### Describe the bug
After installing the DropdownMenu component from `shadcn/ui`, there are a lot of type errors which stops the application from building (NextJS application to be specific)
The …
-
### NextUI Version
2.2.9
### Describe the bug
I've integrated the Dropdown component from Next UI using the code provided in the documentation:
Component Link → https://nextui.org/docs/components…
-
```[tasklist]
### Tasks
- [x] GradiantSelect
- [x] DropdownMenu
- [x] MenuItems
- [x] Dropdown stories
- [x] Remove headlessui dependencies
```
-
Icons were working perfectly prior to upgrading to Xcode 15 and iOS 17. Below is a before and after of what our icons looked like:
| BEFORE | AFTER |
| - | - |
| | |
implementation:
…
-
In this [PR comment](https://github.com/near/pagoda-console/pull/217#discussion_r1054771285), Michael and I were discussing whether to to make stableId required on DropdownMenu.Item while satisfying o…
-
I followed your instructions to instantiate the component. I attached it to a barbuttonitem. when the app starts, the following line in DropDown.swift throws a EXC_BAD_ACCESS(code=1, address=0x0) erro…
-
"zeego": "^2.0.3"
import { View, Text, Image } from "react-native";
import * as DropdownMenu from "zeego/dropdown-menu";
import React from "react";
import { icons } from "@/constants";
cons…
-
## Bug report
### Current Behavior
You could argue this is a feature request, but since the side/alignment of sub-menus is strictly managed by Radix, I think that makes this a bug. If there's no…
-
Hello there,
I am currently trying to implement a DropdownMenu where you can select individual Blocks which then get added to a List of Blocks in v9 of cloth-config.
Is there an easier way to do…
-
### Describe the bug
When the shadcn date picker is inactive in my application it is inside my form, after I initiate the click event on the button it leaves the form and remains as if it had index-0…