-
## Update of April 2024
This bug seems to be **still appearing in newer versions**. You will find some workarounds in the recent comments. ⬇️
## Bug report
### Current Behavior
With `Dialog`…
-
## DropDownMenu Component 개발
> Design System 시안에서 제공된 DropDownMenu Component 개발
## 작업 상세 내용
- [x] 공통 컴포넌트 (DropDownMenu) 개발
-
As a PO I would like to have the JetPack components wrapped into LVN
JETPACK
NAVIGATION
- [x] [PushNavigation](https://developer.android.com/jetpack/compose/navigation) liveview-native/liveview-cli…
-
### Describe the bug
The Bits-UI Dropdown component crashes, in my case using Svelte 5. The cause seems to be a TypeError relating to this line:
```
if (hydrating && hydrate_node.nodeType === …
-
## Bug report
### Current Behavior
When active, the DropdownMenu component adds the following CSS to the document body.
```css
body {
overflow: hidden !important;
position: relat…
-
So v6 was coming for some time now and its out!
I don't expect it to be immediately implemented, but it would be nice to have it ASAP. Will the project move to v6 soon? Are some steps already taken or…
-
### Steps to reproduce
1. Create a DropdownMenu and set both enableFilter and enableSearch to true.
2. Start typing in the TextFiled, and **make sure one of the remaining filtered items is highlight…
-
I'm encountering a warning related to the usage of flushSync when utilizing switches or checkboxes inside a Radix UI dialog in my Next.js application. The Next.js application is served in my NX monore…
-
I'm trying to create a simple DropDownMenu with an IconButton to expand it, but when expanded is true, and we click on the icon button, onDismissRequest is called in the first place but onClick of the…
-
I am using shadcn ui in a blitz js project which is working fine with other components but the class "dark:bg-[#1e1e2d] dark:text-gray-500" is getting applied to `DropdownMenu` component
```
…