Form elements do not have associated labels
-
The following input is generating an accessibility warning.
<input class="awsm-selectric-input" readonly="readonly">
I think adding aria-hidden=”true” would achieve the desired effect of hiding this input from screen readers. Either that, or add a label using aria-label.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Form elements do not have associated labels’ is closed to new replies.