Op Builder
Op Builder
@Jamison1 You can remove the ```div``` element and shift the ```className``` attribute from ```div``` to ```FormItem``` element ```tsx Title* ==============={Missing 'id'} [email protected] [email protected] ```
@WillsWebsites Can you provide the code for this??
@dwk601 If you want to use ```input``` element with ```type='number'``` then the ```zod validator``` is used as shown in the issue https://github.com/shadcn-ui/ui/issues/421#issuecomment-1890398977
@SilvianAchim I hope that this will work fine. There is an example in the docs link: https://ui.shadcn.com/docs/components/drawer#responsive-dialog Replace the ```Dialog``` components with the ```Sheet``` components Note: link to the ```useMediaQuery```...
@MilanObrenovic Refer to issue #2602
@waqaspassu can you share the version of the ```@radix-ui/react-dialog``` package in your ```package.json```
@SOU-code it's not the issue with shadcn-ui but of radix-ui library
@SOU-code You want the background documents to scroll, right??
@SOU-code You can fix it by adding the styles to the body ```css .body { overflow-y: scroll !important; } ``` make sure you add a className of ```body``` to the...
@marcollilorenzo Can you share the code related to this issue