Krishna Agarwal

Results 3 comments of Krishna Agarwal

> I had the same problem but reversed, a popover inside a scrollarea would not stay open. Using the setting `modal={true}` as stated by @mattiaz9 was my solution. it worked...

in the source code `/components/ui/dialog.tsx` file make prop like `showOverlay` to DialogComponent and DialogOverlay and then you can just pass this prop from any dialog where you do not need...

I think this might work - ` z.custom` ``` interface IRate { id: string; name: string; } const LocationFormSchema = z.object({ name: z.string().min(1, { message: 'Name is required and cannot...