[Accessibility] Form elements must have labels
Created by: tysongach
The search input is missing a label.
I ran the aXe Chrome extension, and it suggests to fix any of the following:
-
aria-label
attribute does not exist or is empty -
aria-labelledby
attribute does not exist, references elements that do not exist or references elements that are empty or not visible - Form element does not have an implicit (wrapped)
<label>
- Element has no
title
attribute or thetitle
attribute is empty