-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The category dropdown on the submit page must have a corresponding label. For more information check out Deque's page on form elements must have labels which includes instructions on how to fix the issue.
Add an id attribute to the <select> tag by editing the _form.hbs file. The category dropdown and label can be found on lines 17 - 22. Make sure the value of the id attribute matches the value of the for attribute on the label. So the code would look similar to this:
<label for="category-id"></label>
<select id="category-id"></select>
Metadata
Metadata
Assignees
Labels
No labels
