Commit 4b9ee15
authored
Default form labels not bound to inputs
The default form labels are not working as intended, because a label can be bound to an element either by using the "for" attribute and using the same attribute in the input element "id" or by placing the element inside the <label> element.1 parent e29268d commit 4b9ee15
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments