Abe Isleem

Results 20 comments of Abe Isleem

Also having same issue. Specifically with shadcn Form element. Not an issue when using regular `` with shadcn `` element (as shown in the [Responsive Dialog example](https://ui.shadcn.com/docs/components/drawer#responsive-dialog)).

Experiencing the same issue using: "@supabase/auth-helpers-nextjs": "^0.7.4", "@supabase/auth-ui-shared": "^0.1.7", "@supabase/supabase-js": "^2.33.2", Specifically, I'm using the createClientComponentClient from "@supabase/auth-helpers-nextjs"

@hichana ... I am no longer facing this issue. Make sure your generated types are up-to-date with the database. Generate with `supabase gen types typescript --project-id abcdefghijklmnopqrst > database.types.ts` (or...

I agree with this change and was about to make a PR myself. A subtle addition I would recommend is explicitly styling the ChevronDown as to prevent it from inheriting...

hey @YEONDG, why did you close this? Did you find a better way?

I see the development in progress and commenting to add more visibility as I too am blocked by this issue. Thanks!

@yudyananda is right. see documentation here: https://www.radix-ui.com/primitives/docs/components/select#with-a-placeholder currently, the select component is styling the placeholder text with `placeholder:text-muted-foreground` and based on radix select component, it should be styled with `data-[placeholder]:text-muted-foreground`....

This is not working for me. It's incomplete from my end. I had to do the following changes to get it working. This way the phone input is treated as...

But tbh, I don't like this approach to the solution and am curious that I didn't have this issue before I installed `"libphonenumber-js": "^1.11.3"`. I imagine there's something else happening...

I tried upgrading and it's still erroring for me. Does your working setup include this PR or without it?