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.
1 parent f089a1b commit 8134066Copy full SHA for 8134066
packages/docs/src/pages/components/forms.mdx
@@ -32,6 +32,7 @@ import {
32
<Label htmlFor='password'>Password</Label>
33
<Input
34
type='password'
35
+ name='password'
36
id='password'
37
mb={3}
38
/>
@@ -42,13 +43,14 @@ import {
42
43
</Label>
44
</Box>
45
<Label htmlFor='sound'>Sound</Label>
- <Select id='sound' mb={3}>
46
+ <Select name='sound' id='sound' mb={3}>
47
<option>Beep</option>
48
<option>Boop</option>
49
<option>Blip</option>
50
</Select>
51
<Label htmlFor='comment'>Comment</Label>
52
<Textarea
53
+ name='comment'
54
id='comment'
55
rows='6'
56
0 commit comments