Changes
- Corrected the
for
attribute assignment in the label element for the house number input field. - The label now correctly references the element with ID
{{ prefix }}AddressHouseNumber
instead of erroneously pointing to{{ prefix }}AddressStreet
.
Technical Details
- Affected file:
src/Resources/views/storefront/component/address/address-form.html.twig
- Change in block:
component_address_form_endereco_housenumber_label
Impact
This correction enhances the accessibility of the address form by establishing a proper association between the label and input field. This supports screen readers and other assistive technologies in correctly interpreting and presenting the form.