File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/docs/src/pages/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ import {
26
26
onSubmit= {e => e .preventDefault ()}>
27
27
< Label htmlFor= ' username' > Username< / Label>
28
28
< Input
29
- name = ' username'
29
+ id = ' username'
30
30
mb= {3 }
31
31
/ >
32
32
< Label htmlFor= ' password' > Password< / Label>
33
33
< Input
34
34
type= ' password'
35
- name = ' password'
35
+ id = ' password'
36
36
mb= {3 }
37
37
/ >
38
38
< Box>
@@ -42,14 +42,14 @@ import {
42
42
< / Label>
43
43
< / Box>
44
44
< Label htmlFor= ' sound' > Sound< / Label>
45
- < Select name = ' sound' mb= {3 }>
45
+ < Select id = ' sound' mb= {3 }>
46
46
< option> Beep< / option>
47
47
< option> Boop< / option>
48
48
< option> Blip< / option>
49
49
< / Select>
50
50
< Label htmlFor= ' comment' > Comment < / Label>
51
51
< Textarea
52
- name = ' comment'
52
+ id = ' comment'
53
53
rows= ' 6'
54
54
mb= {3 }
55
55
/ >
You can’t perform that action at this time.
0 commit comments