Skip to content

Commit 8134066

Browse files
authored
Update forms.mdx
1 parent f089a1b commit 8134066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/docs/src/pages/components/forms.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import {
3232
<Label htmlFor='password'>Password</Label>
3333
<Input
3434
type='password'
35+
name='password'
3536
id='password'
3637
mb={3}
3738
/>
@@ -42,13 +43,14 @@ import {
4243
</Label>
4344
</Box>
4445
<Label htmlFor='sound'>Sound</Label>
45-
<Select id='sound' mb={3}>
46+
<Select name='sound' id='sound' mb={3}>
4647
<option>Beep</option>
4748
<option>Boop</option>
4849
<option>Blip</option>
4950
</Select>
5051
<Label htmlFor='comment'>Comment</Label>
5152
<Textarea
53+
name='comment'
5254
id='comment'
5355
rows='6'
5456
mb={3}

0 commit comments

Comments
 (0)