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

Command bar for selecting country is disabled when trying to select country #26

Closed Paul-Okello closed 3 months ago

Paul-Okello commented 4 months ago

issue

edbella commented 4 months ago

Hi @Paul-Okello

This is not an issue with this package but an issue with the CommandItem component. An incorrect tailwind state of data-[disabled] was defined which activates on default. You need to change it to data-[disabled=true] to fix this issue

omeralpi commented 3 months ago

fixes #30