Steve Bendersky
Steve Bendersky
> Hope you find this helpful https://ui.shadcn.com/docs/components/dialog. It is also in the `Dialog` [docs](https://ui.shadcn.com/docs/components/dialog) the dialog works within the dropdown menu, but keeps the dropdown menu open when the dialoog...
> If you checked the previous issue, you would have found one of the comments containing an example that covers exactly what you're looking for. Here's a link for the...
> Here is a way to rendere the rating stars component with a disabled state, preventing any interactions with the stars (or any). > > ``` > rating={3} > totalStars={5}...
> Hey @victorcesae , first of all thank you for your component i tried using it and its renders properly but the issue is when i use it inside a...
> @OsamaQureshi147 For a basic requirement, you can probably use the `searchParams` and do a condition like: > > `/some-page?productId=69&modal=true` > > ```tsx > export default function Page({ > searchParams,...
dooesn't work fine for me with Link component as well, next version 14.0.3
What's the solution with daylight saving time? if I use an "add" but the date is after DST it substracts an hour.