Skip to content

Commit

Permalink
The "for" attribute of a label is made to match an ID (not a name)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrobinet committed Apr 9, 2021
1 parent 90b2970 commit 0f076f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</div>

<div class="py-form-group">
<input class="js-title-input py-form-field" type="text" name="video-title" required/>
<input class="js-title-input py-form-field" type="text" name="video-title" id="video-title" required/>
<label class="py-form-label" for="video-title">Video title</label>
</div>

Expand Down

0 comments on commit 0f076f5

Please sign in to comment.