Skip to content

Commit c2859ee

Browse files
authored
Merge branch 'main' into main
2 parents 9ce81f3 + fbab60e commit c2859ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/docs/components/field.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ import { Input } from "@/components/ui/input"
2323
<FieldGroup>
2424
<Field>
2525
<FieldLabel for="name">Full name</FieldLabel>
26-
<Input id="name" placeholder="Evil Rabbit" />
26+
<Input type="text" id="name" placeholder="Evil Rabbit" />
2727
<FieldDescription>This appears on invoices and emails.</FieldDescription>
2828
</Field>
2929
<Field>
3030
<FieldLabel for="username">Username</FieldLabel>
31-
<Input id="username" placeholder="evilrabbit" />
31+
<Input type="text" id="username" placeholder="evilrabbit" />
3232
</Field>
3333
<Field orientation="horizontal">
3434
<Checkbox id="newsletter" />

0 commit comments

Comments
 (0)