I have this input
<input _ngcontent-c1="" autocomplete="off" id="searchInput" name="query" required="" type="text" placeholder="Cerca" class="ng-untouched ng-pristine ng-invalid">
and the following error is generated:
Principle4.Guideline4_1.4_1_2.h91.InputText.Name
THIS TEXTINPUT ELEMENT DOES NOT HAVE A NAME AVAILABLE TO AN ACCESSIBILITY API. VALID NAMES ARE: LABEL ELEMENT, TITLE UNDEFINED, ARIA-LABEL UNDEFINED, ARIA-LABELLEDBY UNDEFINED.
my question is:
the value given to the title, the ARIA-LABEL and the ARIA-LABELLEDBY, ie undefined, is correct?