<input type="text" class="form-control" id="j-search-cpanel-module" autocomplete="off" placeholder="Search for modules">
How to fix
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
Form element does not have an implicit (wrapped) <label>
Form element does not have an explicit <label>
Element has no title attribute or the title attribute is empty
Issue
Form elements must have labels
(label)Target application
Modules (Administrator) - 109 - Administration
Element path
j-search-cpanel-module
Snippet
<input type="text" class="form-control" id="j-search-cpanel-module" autocomplete="off" placeholder="Search for modules">
How to fix