byonghun

Results 2 comments of byonghun

> Radix-ui dialog and alert dialog seems to work without flickering (with Select Component) and I made a temporary fix by removing "data-[state=open]:animate-in" from shadcn's DialogPrimitive.Content className in my project....

Here is how we do it and it works great. IF you are using `shadcn-ui` 1. Wrap the element that you want to use to close the dialog with `DialogTrigger`...