Replies: 1 comment
-
For anyone who has the same problem. I have fixed it by adding: <Input
id="url"
aria-describedby="url"
placeholder="Link"
className="pr-14 py-0 h-11"
type="url"
{...field}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am working on a simple form and get a strange error that I'm not sure is about the Input component or not.
The repository is private and I hope to publish it as a public repo in shadcn/ui as soon as possible.
When I comment the Input the error message would be disappear.
Beta Was this translation helpful? Give feedback.
All reactions