- Issue created by @jwilson3
- Merge request !170Issue #3526885 by jwilson3: Fix orphaned form label a11y error β (Open) created by jwilson3
- πΊπΈUnited States smustgrave
just tested this out and this doesn't link the hidden inputs to the label. What if you have multiple? Example name="field_bef_letters_value[b]"
- πͺπ¨Ecuador jwilson3
Good points.
Needs exploration to determine how the ID attribute is set and passed into the form-element-label.html.twig. and also pass it into bef-links.html.twig.
The only other idea I can come up with is to change the #type to fieldset, in order to style a fieldset legend instead of having a stray label.
- πΊπΈUnited States smustgrave
Wonβt lie Iβm trying to under the purpose of the label
- πͺπ¨Ecuador jwilson3
The only thing I can think of is that the label element is displayed here for visually consistent styling when this element appears alongside other exposed filter elements that *do* rely on the form element label.