omeralpi / shadcn-phone-input

Customizable phone input component with proper validation for any country. Built on top of shadcn.
https://shadcn-phone-input.vercel.app
MIT License
422 stars 28 forks source link

Disabled options, not clickable #38

Closed casaltenburg closed 1 month ago

casaltenburg commented 1 month ago
image

For some reason the options in the select seem disabled. I don't know what I do wrong. I used the code snippet and added it my component like:

<PhoneInput value={phoneNumber} onChange={setPhoneNumber} defaultCountry="TR" placeholder="Enter a phone number" />

casaltenburg commented 1 month ago

I found this issue.

https://github.com/shadcn-ui/ui/issues/2944