We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ce81f3 + fbab60e commit c2859eeCopy full SHA for c2859ee
src/content/docs/docs/components/field.mdx
@@ -23,12 +23,12 @@ import { Input } from "@/components/ui/input"
23
<FieldGroup>
24
<Field>
25
<FieldLabel for="name">Full name</FieldLabel>
26
- <Input id="name" placeholder="Evil Rabbit" />
+ <Input type="text" id="name" placeholder="Evil Rabbit" />
27
<FieldDescription>This appears on invoices and emails.</FieldDescription>
28
</Field>
29
30
<FieldLabel for="username">Username</FieldLabel>
31
- <Input id="username" placeholder="evilrabbit" />
+ <Input type="text" id="username" placeholder="evilrabbit" />
32
33
<Field orientation="horizontal">
34
<Checkbox id="newsletter" />
0 commit comments