-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason the input appears as disabled #12
Comments
Hi.
|
Of course! I am using Chrome on latest version, here's a Loom: Here's a snippet of the implementation: <FormField
control={form.control}
name="phoneNumber"
render={({ field }) => (
<FormItem>
<FormLabel>Phone Number</FormLabel>
<FormControl>
<PhoneInput
placeholder="Enter a phone number"
{...field}
className="w-full"
defaultCountry="US"
disabled={false}
/>
</FormControl>
<FormMessage />
</FormItem>
)}
/> Except for a border radius change the Thanks for this project btw it's something I wanted to do but did not have time to! |
The cause of your issue could be the Google extensions you're using. Have you tried opening it in an incognito tab? 🤔 |
I did not. I tried now but the outcome is the same.. |
Got it. Make sure you have version "^0.2.1" of "cmdk" in your package.json file. |
I had the same problem and changing the version of cmdk to "^0.2.1" did the trick. |
Selecting a flag doesn't give any outcome. Do you have any idea?
The text was updated successfully, but these errors were encountered: